#295237

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

Shades of Kaitoke Green #295237

Tints of Kaitoke Green #295237

Color information

#295237 (or 0x295237) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 37. RGB value is (41,82,55). Sum of RGB (Red+Green+Blue) = 41+82+55=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #295237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295237 is #D6ADC8. Grayscale: #424242. Windows color (decimal): -14069193 or 3625513. OLE color: 3625513.

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

Color convert

RGB418255-
CMYK0.5000.330.68
HSL140.49º33.33%24.12%-
HSV(B)140.49º50%32.16%-
XYZ4.626.784.68-
YUV66.66121.42109.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=23.03%
G=46.07%
B=30.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182550.5000.330.68140.4933.3324.12
Hex29523732021448c2118
Octal5112267620411042144130
Binary1010011010010110111110010010000110001001000110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295237; }

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

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

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

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

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

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

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

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