#215735

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

Shades of Kaitoke Green #215735

Tints of Kaitoke Green #215735

Color information

#215735 (or 0x215735) is unknown color: approx Kaitoke Green. HEX triplet: 21, 57 and 35. RGB value is (33,87,53). Sum of RGB (Red+Green+Blue) = 33+87+53=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #215735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215735 is #DEA8CA. Grayscale: #434343. Windows color (decimal): -14592203 or 3495713. OLE color: 3495713.

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

Color convert

RGB338753-
CMYK0.6200.390.66
HSL142.22º45%23.53%-
HSV(B)142.22º62.07%34.12%-
XYZ4.687.44.55-
YUV66.98120.11103.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=19.08%
G=50.29%
B=30.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387530.6200.390.66142.224523.53
Hex2157353E027428e2d18
Octal4112765760471022165530
Binary1000011010111110101111110010011110000101000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215735; }

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

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

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

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

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

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

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

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