#295338

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

Shades of Kaitoke Green #295338

Tints of Kaitoke Green #295338

Color information

#295338 (or 0x295338) is unknown color: approx Kaitoke Green. HEX triplet: 29, 53 and 38. RGB value is (41,83,56). Sum of RGB (Red+Green+Blue) = 41+83+56=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #295338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295338 is #D6ACC7. Grayscale: #434343. Windows color (decimal): -14068936 or 3691305. OLE color: 3691305.

HSL color Cylindrical-coordinate representation of color #295338: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295338 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB418356-
CMYK0.5100.330.67
HSL141.43º33.87%24.31%-
HSV(B)141.43º50.6%32.55%-
XYZ4.726.944.83-
YUV67.36121.59109.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=22.78%
G=46.11%
B=31.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183560.5100.330.67141.4333.8724.31
Hex29533833021438d2218
Octal5112370630411032154230
Binary1010011010011111000110011010000110000111000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295338; }

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

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

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

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

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

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

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

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