#29853B

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

Shades of Japanese Laurel #29853B

Tints of Japanese Laurel #29853B

Color information

#29853B (or 0x29853B) is unknown color: approx Japanese Laurel. HEX triplet: 29, 85 and 3B. RGB value is (41,133,59). Sum of RGB (Red+Green+Blue) = 41+133+59=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #29853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29853B is #D67AC4. Grayscale: #616161. Windows color (decimal): -14056133 or 3900713. OLE color: 3900713.

HSL color Cylindrical-coordinate representation of color #29853B: hue angle of 131.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29853B is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB4113359-
CMYK0.6900.560.48
HSL131.74º52.87%34.12%-
HSV(B)131.74º69.17%52.16%-
XYZ10.0917.567-
YUV97.06106.5288.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=17.60%
G=57.08%
B=25.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41133590.6900.560.48131.7452.8734.12
Hex29853B4503830843522
Octal5120573105070602046542
Binary101001100001011110111000101011100011000010000100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29853B; }

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

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

<style>
 a { background-color: #29853B; }

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

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

<style>
 span { border-color: #29853B; }

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

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