Html Css Color HEX #29732A Japanese Laurel

📋 copy color: '#29732A'

red 41 ◦ green 115 ◦ blue 42

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

Shades of Japanese Laurel #29732A

Tints of Japanese Laurel #29732A

RGB

 RED value IS 41 (16.41% from 255) = 20.71%

 GREEN value IS 115 (45.31% from 255) = 58.08%

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

R = 20.71%
G = 58.08%
B = 21.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#29732A (or 0x29732A) is known color: Japanese Laurel. HEX triplet: 29, 73 and 2A. RGB value is (41,115,42). Sum of RGB (Red+Green+Blue) = 41+115+42=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #29732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29732A is #D68CD5. Grayscale: #545454. Windows color (decimal): -14060758 or 2781993. OLE color: 2781993.

HSL color Cylindrical-coordinate representation of color #29732A: hue angle of 120.81º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29732A is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 115 42 -
CMYK 0.64 0 0.63 0.55
HSL 120.81º 0.47% 0.31% -
HSV(B) 120.81º 0.64% 0.45% -
XYZ 7.46 12.9 4.29 -
YUV 84.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 41 115 42 0.64 0 0.63 0.55 120.81 0.47 0.31
Hex 29 73 2A 40 0 3F 37 79 2F 1F
Octal 51 163 52 100 0 77 67 171 57 37
Binary 101001 1110011 101010 1000000 0 111111 110111 1111001 101111 11111

Color Harmonies of #29732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29732A

Black with #29732A

Text Example


Text Example

White with #29732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,115,42); }

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

background-color css

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

 a { background-color: rgb(41,115,42); }

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

border-color css

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

 span { border-color: rgb(41,115,42); }

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