#295233

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

Shades of Kaitoke Green #295233

Tints of Kaitoke Green #295233

Color information

#295233 (or 0x295233) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 33. RGB value is (41,82,51). Sum of RGB (Red+Green+Blue) = 41+82+51=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #295233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295233 is #D6ADCC. Grayscale: #424242. Windows color (decimal): -14069197 or 3363369. OLE color: 3363369.

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

Color convert

RGB418251-
CMYK0.5000.380.68
HSL134.63º33.33%24.12%-
HSV(B)134.63º50%32.16%-
XYZ4.536.754.2-
YUV66.21119.42110.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=23.56%
G=47.13%
B=29.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182510.5000.380.68134.6333.3324.12
Hex2952333202644872118
Octal5112263620461042074130
Binary1010011010010110011110010010011010001001000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295233; }

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

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

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

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

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

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

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

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