#29813b

Color #29813B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #29813B

Tints of Japanese Laurel #29813B

Color information

#29813B (or 0x29813B) is unknown color: approx Japanese Laurel. HEX triplet: 29, 81 and 3B. RGB value is (41,129,59). Sum of RGB (Red+Green+Blue) = 41+129+59=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #29813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29813B is #D67EC4. Grayscale: #5E5E5E. Windows color (decimal): -14057157 or 3899689. OLE color: 3899689.

HSL color Cylindrical-coordinate representation of color #29813B: hue angle of 132.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29813B is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB4112959-
CMYK0.6800.540.49
HSL132.27º51.76%33.33%-
HSV(B)132.27º68.22%50.59%-
XYZ9.5516.496.82-
YUV94.71107.8589.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=17.90%
G=56.33%
B=25.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129590.6800.540.49132.2751.7633.33
Hex29813B4403631843421
Octal5120173104066612046441
Binary101001100000011110111000100011011011000110000100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29813b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29813b; }

 p { color: rgb(41,129,59); }

 H1.HeaderClassName
 {
   color: #29813b;
 }
 .AnyTagClassName
 {
   color: #29813b;
 }
</style>
background-color css

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

 a { background-color: rgb(41,129,59); }

 div.DivClassName
 {
   background-color: #29813b;
 }
 .BgClassName
 {
   background-color: #29813b;
 }
</style>
border-color css

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

 span { border-color: rgb(41,129,59); }

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