#29553E

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

Shades of Kaitoke Green #29553E

Tints of Kaitoke Green #29553E

Color information

#29553E (or 0x29553E) is unknown color: approx Kaitoke Green. HEX triplet: 29, 55 and 3E. RGB value is (41,85,62). Sum of RGB (Red+Green+Blue) = 41+85+62=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #29553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29553E is #D6AAC1. Grayscale: #454545. Windows color (decimal): -14068418 or 4085033. OLE color: 4085033.

HSL color Cylindrical-coordinate representation of color #29553E: hue angle of 148.64º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29553E is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB418562-
CMYK0.5200.270.67
HSL148.64º34.92%24.71%-
HSV(B)148.64º51.76%33.33%-
XYZ5.037.325.7-
YUV69.22123.92107.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=21.81%
G=45.21%
B=32.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185620.5200.270.67148.6434.9224.71
Hex29553E3401B43952319
Octal5112576640331032254331
Binary101001101010111111011010001101110000111001010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29553E; }

 p { color: rgb(41,85,62); }

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

<style>
 a { background-color: #29553E; }

 a { background-color: rgb(41,85,62); }

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

<style>
 span { border-color: #29553E; }

 span { border-color: rgb(41,85,62); }

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