Html Css Color HEX #208134 Japanese Laurel

📋 copy color: '#208134'

red 32 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #208134

Tints of Japanese Laurel #208134

RGB

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

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

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

R = 15.02%
G = 60.56%
B = 24.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#208134 (or 0x208134) is known color: Japanese Laurel. HEX triplet: 20, 81 and 34. RGB value is (32,129,52). Sum of RGB (Red+Green+Blue) = 32+129+52=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #208134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208134 is #DF7ECB. Grayscale: #5B5B5B. Windows color (decimal): -14646988 or 3440928. OLE color: 3440928.

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

Color convert

RGB 32 129 52 -
CMYK 0.75 0 0.60 0.49
HSL 132.37º 0.6% 0.32% -
HSV(B) 132.37º 0.75% 0.51% -
XYZ 9.07 16.26 5.91 -
YUV 91.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 32 129 52 0.75 0 0.60 0.49 132.37 0.6 0.32
Hex 20 81 34 4B 0 3C 31 84 3C 20
Octal 40 201 64 113 0 74 61 204 74 40
Binary 100000 10000001 110100 1001011 0 111100 110001 10000100 111100 100000

Color Harmonies of #208134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208134

Black with #208134

Text Example


Text Example

White with #208134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208134; }

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

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

background-color css

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

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

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

border-color css

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

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

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