#295235

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

Shades of Kaitoke Green #295235

Tints of Kaitoke Green #295235

Color information

#295235 (or 0x295235) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 35. RGB value is (41,82,53). Sum of RGB (Red+Green+Blue) = 41+82+53=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #295235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295235 is #D6ADCA. Grayscale: #424242. Windows color (decimal): -14069195 or 3494441. OLE color: 3494441.

HSL color Cylindrical-coordinate representation of color #295235: hue angle of 137.56º 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 #295235 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB418253-
CMYK0.5000.350.68
HSL137.56º33.33%24.12%-
HSV(B)137.56º50%32.16%-
XYZ4.576.764.43-
YUV66.44120.42109.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=23.30%
G=46.59%
B=30.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182530.5000.350.68137.5633.3324.12
Hex29523532023448a2118
Octal5112265620431042124130
Binary1010011010010110101110010010001110001001000101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295235; }

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

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

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

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

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

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

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

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