#215538

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

Shades of Kaitoke Green #215538

Tints of Kaitoke Green #215538

Color information

#215538 (or 0x215538) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 38. RGB value is (33,85,56). Sum of RGB (Red+Green+Blue) = 33+85+56=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #215538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215538 is #DEAAC7. Grayscale: #424242. Windows color (decimal): -14592712 or 3691809. OLE color: 3691809.

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

Color convert

RGB338556-
CMYK0.6100.340.67
HSL146.54º44.07%23.14%-
HSV(B)146.54º61.18%33.33%-
XYZ4.597.114.87-
YUV66.15122.27104.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=18.97%
G=48.85%
B=32.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385560.6100.340.67146.5444.0723.14
Hex2155383D02243932c17
Octal4112570750421032235427
Binary1000011010101111000111101010001010000111001001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215538; }

 p { color: rgb(33,85,56); }

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

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

 a { background-color: rgb(33,85,56); }

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

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

 span { border-color: rgb(33,85,56); }

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