Html Css Color HEX #32702A Japanese Laurel

📋 copy color: '#32702A'

red 50 ◦ green 112 ◦ blue 42

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

Shades of Japanese Laurel #32702A

Tints of Japanese Laurel #32702A

RGB

 RED value IS 50 (19.92% from 255) = 24.51%

 GREEN value IS 112 (44.14% from 255) = 54.9%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 24.51%
G = 54.9%
B = 20.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#32702A (or 0x32702A) is known color: Japanese Laurel. HEX triplet: 32, 70 and 2A. RGB value is (50,112,42). Sum of RGB (Red+Green+Blue) = 50+112+42=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #32702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32702A is #CD8FD5. Grayscale: #555555. Windows color (decimal): -13471702 or 2781234. OLE color: 2781234.

HSL color Cylindrical-coordinate representation of color #32702A: hue angle of 113.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32702A is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 42 -
CMYK 0.55 0 0.62 0.56
HSL 113.14º 0.45% 0.3% -
HSV(B) 113.14º 0.63% 0.44% -
XYZ 7.53 12.43 4.19 -
YUV 85.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 50 112 42 0.55 0 0.62 0.56 113.14 0.45 0.3
Hex 32 70 2A 37 0 3E 38 71 2D 1E
Octal 62 160 52 67 0 76 70 161 55 36
Binary 110010 1110000 101010 110111 0 111110 111000 1110001 101101 11110

Color Harmonies of #32702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32702A

Black with #32702A

Text Example


Text Example

White with #32702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32702A; }

 p { color: rgb(50,112,42); }

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

background-color css

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

 a { background-color: rgb(50,112,42); }

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

border-color css

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

 span { border-color: rgb(50,112,42); }

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