#215832

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

Shades of Kaitoke Green #215832

Tints of Kaitoke Green #215832

Color information

#215832 (or 0x215832) is unknown color: approx Kaitoke Green. HEX triplet: 21, 58 and 32. RGB value is (33,88,50). Sum of RGB (Red+Green+Blue) = 33+88+50=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #215832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215832 is #DEA7CD. Grayscale: #434343. Windows color (decimal): -14591950 or 3299361. OLE color: 3299361.

HSL color Cylindrical-coordinate representation of color #215832: hue angle of 138.55º 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 #215832 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB338850-
CMYK0.6200.430.65
HSL138.55º45.45%23.73%-
HSV(B)138.55º62.5%34.51%-
XYZ4.697.534.22-
YUV67.22118.28103.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=19.30%
G=51.46%
B=29.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388500.6200.430.65138.5545.4523.73
Hex2158323E02B418b2d18
Octal4113062760531012135530
Binary1000011011000110010111110010101110000011000101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215832; }

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

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

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

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

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

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

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

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