Html Css Color HEX #208434 Japanese Laurel

📋 copy color: '#208434'

red 32 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #208434

Tints of Japanese Laurel #208434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

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

R = 14.81%
G = 61.11%
B = 24.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#208434 (or 0x208434) is known color: Japanese Laurel. HEX triplet: 20, 84 and 34. RGB value is (32,132,52). Sum of RGB (Red+Green+Blue) = 32+132+52=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #208434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208434 is #DF7BCB. Grayscale: #5D5D5D. Windows color (decimal): -14646220 or 3441696. OLE color: 3441696.

HSL color Cylindrical-coordinate representation of color #208434: hue angle of 132º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208434 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 132 52 -
CMYK 0.76 0 0.61 0.48
HSL 132º 0.61% 0.32% -
HSV(B) 132º 0.76% 0.52% -
XYZ 9.47 17.06 6.04 -
YUV 92.98 104.87 84.5 -
System Red Green Blue C M Y K H S L
Decimal 32 132 52 0.76 0 0.61 0.48 132 0.61 0.32
Hex 20 84 34 4C 0 3D 30 84 3D 20
Octal 40 204 64 114 0 75 60 204 75 40
Binary 100000 10000100 110100 1001100 0 111101 110000 10000100 111101 100000

Color Harmonies of #208434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208434

Black with #208434

Text Example


Text Example

White with #208434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208434; }

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

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

background-color css

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

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

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

border-color css

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

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

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