#29593A

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

Shades of Kaitoke Green #29593A

Tints of Kaitoke Green #29593A

Color information

#29593A (or 0x29593A) is unknown color: approx Kaitoke Green. HEX triplet: 29, 59 and 3A. RGB value is (41,89,58). Sum of RGB (Red+Green+Blue) = 41+89+58=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #29593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29593A is #D6A6C5. Grayscale: #474747. Windows color (decimal): -14067398 or 3823913. OLE color: 3823913.

HSL color Cylindrical-coordinate representation of color #29593A: hue angle of 141.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29593A is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB418958-
CMYK0.5400.350.65
HSL141.25º36.92%25.49%-
HSV(B)141.25º53.93%34.9%-
XYZ5.257.925.26-
YUV71.11120.6106.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=21.81%
G=47.34%
B=30.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189580.5400.350.65141.2536.9225.49
Hex29593A36023418d2519
Octal5113172660431012154531
Binary1010011011001111010110110010001110000011000110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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