Html Css Color HEX #208034 Japanese Laurel

📋 copy color: '#208034'

red 32 ◦ green 128 ◦ blue 52

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

Shades of Japanese Laurel #208034

Tints of Japanese Laurel #208034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 15.09%
G = 60.38%
B = 24.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#208034 (or 0x208034) is known color: Japanese Laurel. HEX triplet: 20, 80 and 34. RGB value is (32,128,52). Sum of RGB (Red+Green+Blue) = 32+128+52=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #208034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208034 is #DF7FCB. Grayscale: #5A5A5A. Windows color (decimal): -14647244 or 3440672. OLE color: 3440672.

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

Color convert

RGB 32 128 52 -
CMYK 0.75 0 0.59 0.50
HSL 132.5º 0.6% 0.31% -
HSV(B) 132.5º 0.75% 0.5% -
XYZ 8.93 15.99 5.86 -
YUV 90.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 32 128 52 0.75 0 0.59 0.50 132.5 0.6 0.31
Hex 20 80 34 4B 0 3B 32 84 3C 1F
Octal 40 200 64 113 0 73 62 204 74 37
Binary 100000 10000000 110100 1001011 0 111011 110010 10000100 111100 11111

Color Harmonies of #208034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208034

Black with #208034

Text Example


Text Example

White with #208034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208034; }

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

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

background-color css

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

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

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

border-color css

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

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

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