#295239

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

Shades of Kaitoke Green #295239

Tints of Kaitoke Green #295239

Color information

#295239 (or 0x295239) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 39. RGB value is (41,82,57). Sum of RGB (Red+Green+Blue) = 41+82+57=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #295239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295239 is #D6ADC6. Grayscale: #424242. Windows color (decimal): -14069191 or 3756585. OLE color: 3756585.

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

Color convert

RGB418257-
CMYK0.5000.300.68
HSL143.41º33.33%24.12%-
HSV(B)143.41º50%32.16%-
XYZ4.676.84.94-
YUV66.89122.42109.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=22.78%
G=45.56%
B=31.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182570.5000.300.68143.4133.3324.12
Hex2952393201E448f2118
Octal5112271620361042174130
Binary101001101001011100111001001111010001001000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295239; }

 p { color: rgb(41,82,57); }

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

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

 a { background-color: rgb(41,82,57); }

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

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

 span { border-color: rgb(41,82,57); }

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