Html Css Color HEX #208136 Japanese Laurel

📋 copy color: '#208136'

red 32 ◦ green 129 ◦ blue 54

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

Shades of Japanese Laurel #208136

Tints of Japanese Laurel #208136

RGB

 RED value IS 32 (12.89% from 255) = 14.88%

 GREEN value IS 129 (50.78% from 255) = 60%

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 14.88%
G = 60%
B = 25.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#208136 (or 0x208136) is known color: Japanese Laurel. HEX triplet: 20, 81 and 36. RGB value is (32,129,54). Sum of RGB (Red+Green+Blue) = 32+129+54=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #208136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208136 is #DF7EC9. Grayscale: #5B5B5B. Windows color (decimal): -14646986 or 3572000. OLE color: 3572000.

HSL color Cylindrical-coordinate representation of color #208136: hue angle of 133.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208136 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 129 54 -
CMYK 0.75 0 0.58 0.49
HSL 133.61º 0.6% 0.32% -
HSV(B) 133.61º 0.75% 0.51% -
XYZ 9.11 16.27 6.15 -
YUV 91.45 106.86 85.6 -
System Red Green Blue C M Y K H S L
Decimal 32 129 54 0.75 0 0.58 0.49 133.61 0.6 0.32
Hex 20 81 36 4B 0 3A 31 86 3C 20
Octal 40 201 66 113 0 72 61 206 74 40
Binary 100000 10000001 110110 1001011 0 111010 110001 10000110 111100 100000

Color Harmonies of #208136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208136

Black with #208136

Text Example


Text Example

White with #208136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208136; }

 p { color: rgb(32,129,54); }

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

background-color css

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

 a { background-color: rgb(32,129,54); }

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

border-color css

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

 span { border-color: rgb(32,129,54); }

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