#29823D

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

Shades of Japanese Laurel #29823D

Tints of Japanese Laurel #29823D

Color information

#29823D (or 0x29823D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 82 and 3D. RGB value is (41,130,61). Sum of RGB (Red+Green+Blue) = 41+130+61=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #29823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29823D is #D67DC2. Grayscale: #5F5F5F. Windows color (decimal): -14056899 or 4031017. OLE color: 4031017.

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

Color convert

RGB4113061-
CMYK0.6800.530.49
HSL133.48º52.05%33.53%-
HSV(B)133.48º68.46%50.98%-
XYZ9.7416.777.14-
YUV95.52108.5189.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=17.67%
G=56.03%
B=26.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130610.6800.530.49133.4852.0533.53
Hex29823D4403531853422
Octal5120275104065612056442
Binary101001100000101111011000100011010111000110000101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29823D; }

 p { color: rgb(41,130,61); }

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

<style>
 a { background-color: #29823D; }

 a { background-color: rgb(41,130,61); }

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

<style>
 span { border-color: #29823D; }

 span { border-color: rgb(41,130,61); }

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