#29573A

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

Shades of Kaitoke Green #29573A

Tints of Kaitoke Green #29573A

Color information

#29573A (or 0x29573A) is unknown color: approx Kaitoke Green. HEX triplet: 29, 57 and 3A. RGB value is (41,87,58). Sum of RGB (Red+Green+Blue) = 41+87+58=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #29573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29573A is #D6A8C5. Grayscale: #464646. Windows color (decimal): -14067910 or 3823401. OLE color: 3823401.

HSL color Cylindrical-coordinate representation of color #29573A: hue angle of 142.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29573A is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB418758-
CMYK0.5300.330.66
HSL142.17º35.94%25.1%-
HSV(B)142.17º52.87%34.12%-
XYZ5.097.595.2-
YUV69.94121.26107.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=22.04%
G=46.77%
B=31.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4187580.5300.330.66142.1735.9425.1
Hex29573A35021428e2419
Octal5112772650411022164431
Binary1010011010111111010110101010000110000101000111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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