#215830

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

Shades of Kaitoke Green #215830

Tints of Kaitoke Green #215830

Color information

#215830 (or 0x215830) is unknown color: approx Kaitoke Green. HEX triplet: 21, 58 and 30. RGB value is (33,88,48). Sum of RGB (Red+Green+Blue) = 33+88+48=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #215830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215830 is #DEA7CF. Grayscale: #434343. Windows color (decimal): -14591952 or 3168289. OLE color: 3168289.

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

Color convert

RGB338848-
CMYK0.6200.450.65
HSL136.36º45.45%23.73%-
HSV(B)136.36º62.5%34.51%-
XYZ4.657.524-
YUV66.99117.28103.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=19.53%
G=52.07%
B=28.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388480.6200.450.65136.3645.4523.73
Hex2158303E02D41882d18
Octal4113060760551012105530
Binary1000011011000110000111110010110110000011000100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215830; }

 p { color: rgb(33,88,48); }

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

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

 a { background-color: rgb(33,88,48); }

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

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

 span { border-color: rgb(33,88,48); }

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