#29563B

Color #29563B Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #29563B

Tints of Kaitoke Green #29563B

Color information

#29563B (or 0x29563B) is unknown color: approx Kaitoke Green. HEX triplet: 29, 56 and 3B. RGB value is (41,86,59). Sum of RGB (Red+Green+Blue) = 41+86+59=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #29563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29563B is #D6A9C4. Grayscale: #454545. Windows color (decimal): -14068165 or 3888681. OLE color: 3888681.

HSL color Cylindrical-coordinate representation of color #29563B: hue angle of 144º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29563B is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB418659-
CMYK0.5200.310.66
HSL144º35.43%24.9%-
HSV(B)144º52.33%33.73%-
XYZ5.037.445.31-
YUV69.47122.09107.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=22.04%
G=46.24%
B=31.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4186590.5200.310.6614435.4324.9
Hex29563B3401F42902319
Octal5112673640371022204331
Binary101001101011011101111010001111110000101001000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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