#215635

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

Shades of Kaitoke Green #215635

Tints of Kaitoke Green #215635

Color information

#215635 (or 0x215635) is unknown color: approx Kaitoke Green. HEX triplet: 21, 56 and 35. RGB value is (33,86,53). Sum of RGB (Red+Green+Blue) = 33+86+53=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #215635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215635 is #DEA9CA. Grayscale: #424242. Windows color (decimal): -14592459 or 3495457. OLE color: 3495457.

HSL color Cylindrical-coordinate representation of color #215635: hue angle of 142.64º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215635 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB338653-
CMYK0.6200.380.66
HSL142.64º44.54%23.33%-
HSV(B)142.64º61.63%33.73%-
XYZ4.67.244.52-
YUV66.39120.44104.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=19.19%
G=50%
B=30.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386530.6200.380.66142.6444.5423.33
Hex2156353E026428f2d17
Octal4112665760461022175527
Binary1000011010110110101111110010011010000101000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215635; }

 p { color: rgb(33,86,53); }

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

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

 a { background-color: rgb(33,86,53); }

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

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

 span { border-color: rgb(33,86,53); }

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