#295238

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

Shades of Kaitoke Green #295238

Tints of Kaitoke Green #295238

Color information

#295238 (or 0x295238) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 38. RGB value is (41,82,56). Sum of RGB (Red+Green+Blue) = 41+82+56=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #295238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295238 is #D6ADC7. Grayscale: #424242. Windows color (decimal): -14069192 or 3691049. OLE color: 3691049.

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

Color convert

RGB418256-
CMYK0.5000.320.68
HSL141.95º33.33%24.12%-
HSV(B)141.95º50%32.16%-
XYZ4.656.794.81-
YUV66.78121.92109.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=22.91%
G=45.81%
B=31.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182560.5000.320.68141.9533.3324.12
Hex29523832020448e2118
Octal5112270620401042164130
Binary1010011010010111000110010010000010001001000111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295238; }

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

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

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

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

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

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

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

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