Html Css Color HEX #208031 Japanese Laurel

📋 copy color: '#208031'

red 32 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #208031

Tints of Japanese Laurel #208031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.44%

R = 15.31%
G = 61.24%
B = 23.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#208031 (or 0x208031) is known color: Japanese Laurel. HEX triplet: 20, 80 and 31. RGB value is (32,128,49). Sum of RGB (Red+Green+Blue) = 32+128+49=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #208031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208031 is #DF7FCE. Grayscale: #5A5A5A. Windows color (decimal): -14647247 or 3244064. OLE color: 3244064.

HSL color Cylindrical-coordinate representation of color #208031: hue angle of 130.62º 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 #208031 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 49 -
CMYK 0.75 0 0.62 0.50
HSL 130.63º 0.6% 0.31% -
HSV(B) 130.63º 0.75% 0.5% -
XYZ 8.87 15.97 5.52 -
YUV 90.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 32 128 49 0.75 0 0.62 0.50 130.63 0.6 0.31
Hex 20 80 31 4B 0 3E 32 83 3C 1F
Octal 40 200 61 113 0 76 62 203 74 37
Binary 100000 10000000 110001 1001011 0 111110 110010 10000011 111100 11111

Color Harmonies of #208031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208031

Black with #208031

Text Example


Text Example

White with #208031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208031; }

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

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

background-color css

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

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

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

border-color css

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

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

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