#295439

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

Shades of Kaitoke Green #295439

Tints of Kaitoke Green #295439

Color information

#295439 (or 0x295439) is unknown color: approx Kaitoke Green. HEX triplet: 29, 54 and 39. RGB value is (41,84,57). Sum of RGB (Red+Green+Blue) = 41+84+57=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #295439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295439 is #D6ABC6. Grayscale: #444444. Windows color (decimal): -14068679 or 3757097. OLE color: 3757097.

HSL color Cylindrical-coordinate representation of color #295439: hue angle of 142.33º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295439 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB418457-
CMYK0.5100.320.67
HSL142.33º34.4%24.51%-
HSV(B)142.33º51.19%32.94%-
XYZ4.827.114.99-
YUV68.06121.75108.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=22.53%
G=46.15%
B=31.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184570.5100.320.67142.3334.424.51
Hex29543933020438e2219
Octal5112471630401032164231
Binary1010011010100111001110011010000010000111000111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295439; }

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

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

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

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

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

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

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

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