Html Css Color HEX #32812A Japanese Laurel

📋 copy color: '#32812A'

red 50 ◦ green 129 ◦ blue 42

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

Shades of Japanese Laurel #32812A

Tints of Japanese Laurel #32812A

RGB

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

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

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

R = 22.62%
G = 58.37%
B = 19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#32812A (or 0x32812A) is known color: Japanese Laurel. HEX triplet: 32, 81 and 2A. RGB value is (50,129,42). Sum of RGB (Red+Green+Blue) = 50+129+42=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #32812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32812A is #CD7ED5. Grayscale: #5F5F5F. Windows color (decimal): -13467350 or 2785586. OLE color: 2785586.

HSL color Cylindrical-coordinate representation of color #32812A: hue angle of 114.48º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32812A is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 42 -
CMYK 0.61 0 0.67 0.49
HSL 114.48º 0.51% 0.34% -
HSV(B) 114.48º 0.67% 0.51% -
XYZ 9.58 16.55 4.88 -
YUV 95.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 50 129 42 0.61 0 0.67 0.49 114.48 0.51 0.34
Hex 32 81 2A 3D 0 43 31 72 33 22
Octal 62 201 52 75 0 103 61 162 63 42
Binary 110010 10000001 101010 111101 0 1000011 110001 1110010 110011 100010

Color Harmonies of #32812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32812A

Black with #32812A

Text Example


Text Example

White with #32812A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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