Html Css Color HEX #208032 Japanese Laurel

📋 copy color: '#208032'

red 32 ◦ green 128 ◦ blue 50

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

Shades of Japanese Laurel #208032

Tints of Japanese Laurel #208032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.95%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 15.24%
G = 60.95%
B = 23.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#208032 (or 0x208032) is known color: Japanese Laurel. HEX triplet: 20, 80 and 32. RGB value is (32,128,50). Sum of RGB (Red+Green+Blue) = 32+128+50=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #208032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208032 is #DF7FCD. Grayscale: #5A5A5A. Windows color (decimal): -14647246 or 3309600. OLE color: 3309600.

HSL color Cylindrical-coordinate representation of color #208032: hue angle of 131.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208032 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 50 -
CMYK 0.75 0 0.61 0.50
HSL 131.25º 0.6% 0.31% -
HSV(B) 131.25º 0.75% 0.5% -
XYZ 8.89 15.98 5.63 -
YUV 90.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 32 128 50 0.75 0 0.61 0.50 131.25 0.6 0.31
Hex 20 80 32 4B 0 3D 32 83 3C 1F
Octal 40 200 62 113 0 75 62 203 74 37
Binary 100000 10000000 110010 1001011 0 111101 110010 10000011 111100 11111

Color Harmonies of #208032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208032

Black with #208032

Text Example


Text Example

White with #208032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208032; }

 p { color: rgb(32,128,50); }

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

background-color css

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

 a { background-color: rgb(32,128,50); }

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

border-color css

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

 span { border-color: rgb(32,128,50); }

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