Html Css Color HEX #30863A Japanese Laurel

📋 copy color: '#30863A'

red 48 ◦ green 134 ◦ blue 58

#30863A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #30863A

Tints of Japanese Laurel #30863A

RGB

 RED value IS 48 (19.14% from 255) = 20%

 GREEN value IS 134 (52.73% from 255) = 55.83%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 20%
G = 55.83%
B = 24.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30863A (or 0x30863A) is known color: Japanese Laurel. HEX triplet: 30, 86 and 3A. RGB value is (48,134,58). Sum of RGB (Red+Green+Blue) = 48+134+58=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #30863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30863A is #CF79C5. Grayscale: #636363. Windows color (decimal): -13597126 or 3835440. OLE color: 3835440.

HSL color Cylindrical-coordinate representation of color #30863A: hue angle of 126.98º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30863A is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 58 -
CMYK 0.64 0 0.57 0.47
HSL 126.98º 0.47% 0.36% -
HSV(B) 126.98º 0.64% 0.53% -
XYZ 10.51 17.98 6.92 -
YUV 99.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 48 134 58 0.64 0 0.57 0.47 126.98 0.47 0.36
Hex 30 86 3A 40 0 39 2F 7F 2F 24
Octal 60 206 72 100 0 71 57 177 57 44
Binary 110000 10000110 111010 1000000 0 111001 101111 1111111 101111 100100

Color Harmonies of #30863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30863A

Black with #30863A

Text Example


Text Example

White with #30863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30863A; }

 p { color: rgb(48,134,58); }

 H1.HeaderClassName
 {
   color: #30863A;
 }
 .AnyTagClassName
 {
   color: #30863A;
 }
</style>

background-color css

<style>
 a { background-color: #30863A; }

 a { background-color: rgb(48,134,58); }

 div.DivClassName
 {
   background-color: #30863A;
 }
 .BgClassName
 {
   background-color: #30863A;
 }
</style>

border-color css

<style>
 span { border-color: #30863A; }

 span { border-color: rgb(48,134,58); }

 td.TdClassName
 {
   border-color: #30863A;
 }
 .TagClassName
 {
   border-color: #30863A;
 }
</style>