#215B2E

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

Shades of Kaitoke Green #215B2E

Tints of Kaitoke Green #215B2E

Color information

#215B2E (or 0x215B2E) is unknown color: approx Kaitoke Green. HEX triplet: 21, 5B and 2E. RGB value is (33,91,46). Sum of RGB (Red+Green+Blue) = 33+91+46=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #215B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B2E is #DEA4D1. Grayscale: #444444. Windows color (decimal): -14591186 or 3037985. OLE color: 3037985.

HSL color Cylindrical-coordinate representation of color #215B2E: hue angle of 133.45º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B2E is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB339146-
CMYK0.6400.490.64
HSL133.45º46.77%24.31%-
HSV(B)133.45º63.74%35.69%-
XYZ4.8683.87-
YUV68.53115.28102.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 91 (35.94% from 255) = 53.53%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=19.41%
G=53.53%
B=27.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3391460.6400.490.64133.4546.7724.31
Hex215B2E4003140852f18
Octal41133561000611002055730
Binary10000110110111011101000000011000110000001000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215B2E; }

 p { color: rgb(33,91,46); }

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

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

 a { background-color: rgb(33,91,46); }

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

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

 span { border-color: rgb(33,91,46); }

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