#29853A

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

Shades of Japanese Laurel #29853A

Tints of Japanese Laurel #29853A

Color information

#29853A (or 0x29853A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 85 and 3A. RGB value is (41,133,58). Sum of RGB (Red+Green+Blue) = 41+133+58=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #29853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29853A is #D67AC5. Grayscale: #616161. Windows color (decimal): -14056134 or 3835177. OLE color: 3835177.

HSL color Cylindrical-coordinate representation of color #29853A: hue angle of 131.09º 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 #29853A is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB4113358-
CMYK0.6900.560.48
HSL131.09º52.87%34.12%-
HSV(B)131.09º69.17%52.16%-
XYZ10.0717.556.86-
YUV96.94106.0288.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 58 (23.05% from 255) = 25%
R=17.67%
G=57.33%
B=25%

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
Decimal41133580.6900.560.48131.0952.8734.12
Hex29853A4503830833522
Octal5120572105070602036542
Binary101001100001011110101000101011100011000010000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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