Html Css Color HEX #32802C Japanese Laurel

📋 copy color: '#32802C'

red 50 ◦ green 128 ◦ blue 44

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

Shades of Japanese Laurel #32802C

Tints of Japanese Laurel #32802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 22.52%
G = 57.66%
B = 19.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#32802C (or 0x32802C) is known color: Japanese Laurel. HEX triplet: 32, 80 and 2C. RGB value is (50,128,44). Sum of RGB (Red+Green+Blue) = 50+128+44=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #32802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32802C is #CD7FD3. Grayscale: #5F5F5F. Windows color (decimal): -13467604 or 2916402. OLE color: 2916402.

HSL color Cylindrical-coordinate representation of color #32802C: hue angle of 115.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32802C is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 44 -
CMYK 0.61 0 0.66 0.50
HSL 115.71º 0.49% 0.34% -
HSV(B) 115.71º 0.66% 0.5% -
XYZ 9.49 16.3 5.03 -
YUV 95.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 50 128 44 0.61 0 0.66 0.50 115.71 0.49 0.34
Hex 32 80 2C 3D 0 42 32 74 31 22
Octal 62 200 54 75 0 102 62 164 61 42
Binary 110010 10000000 101100 111101 0 1000010 110010 1110100 110001 100010

Color Harmonies of #32802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32802C

Black with #32802C

Text Example


Text Example

White with #32802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32802C; }

 p { color: rgb(50,128,44); }

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

background-color css

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

 a { background-color: rgb(50,128,44); }

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

border-color css

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

 span { border-color: rgb(50,128,44); }

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