#295935

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

Shades of Kaitoke Green #295935

Tints of Kaitoke Green #295935

Color information

#295935 (or 0x295935) is unknown color: approx Kaitoke Green. HEX triplet: 29, 59 and 35. RGB value is (41,89,53). Sum of RGB (Red+Green+Blue) = 41+89+53=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #295935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295935 is #D6A6CA. Grayscale: #464646. Windows color (decimal): -14067403 or 3496233. OLE color: 3496233.

HSL color Cylindrical-coordinate representation of color #295935: hue angle of 135º 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 #295935 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB418953-
CMYK0.5400.400.65
HSL135º36.92%25.49%-
HSV(B)135º53.93%34.9%-
XYZ5.137.874.62-
YUV70.54118.1106.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=22.40%
G=48.63%
B=28.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189530.5400.400.6513536.9225.49
Hex2959353602841872519
Octal5113165660501012074531
Binary1010011011001110101110110010100010000011000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295935; }

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

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

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

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

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

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

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

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