#29513D

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

Shades of Kaitoke Green #29513D

Tints of Kaitoke Green #29513D

Color information

#29513D (or 0x29513D) is unknown color: approx Kaitoke Green. HEX triplet: 29, 51 and 3D. RGB value is (41,81,61). Sum of RGB (Red+Green+Blue) = 41+81+61=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #29513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29513D is #D6AEC2. Grayscale: #424242. Windows color (decimal): -14069443 or 4018473. OLE color: 4018473.

HSL color Cylindrical-coordinate representation of color #29513D: hue angle of 150º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29513D is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB418161-
CMYK0.4900.250.68
HSL150º32.79%23.92%-
HSV(B)150º49.38%31.76%-
XYZ4.76.695.46-
YUV66.76124.75109.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=22.40%
G=44.26%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181610.4900.250.6815032.7923.92
Hex29513D3101944962118
Octal5112175610311042264130
Binary101001101000111110111000101100110001001001011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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