#215834

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

Shades of Kaitoke Green #215834

Tints of Kaitoke Green #215834

Color information

#215834 (or 0x215834) is unknown color: approx Kaitoke Green. HEX triplet: 21, 58 and 34. RGB value is (33,88,52). Sum of RGB (Red+Green+Blue) = 33+88+52=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #215834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215834 is #DEA7CB. Grayscale: #434343. Windows color (decimal): -14591948 or 3430433. OLE color: 3430433.

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

Color convert

RGB338852-
CMYK0.6200.410.65
HSL140.73º45.45%23.73%-
HSV(B)140.73º62.5%34.51%-
XYZ4.747.554.46-
YUV67.45119.28103.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=19.08%
G=50.87%
B=30.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388520.6200.410.65140.7345.4523.73
Hex2158343E029418d2d18
Octal4113064760511012155530
Binary1000011011000110100111110010100110000011000110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215834; }

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

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

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

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

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

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

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

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