#215434

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

Shades of Kaitoke Green #215434

Tints of Kaitoke Green #215434

Color information

#215434 (or 0x215434) is unknown color: approx Kaitoke Green. HEX triplet: 21, 54 and 34. RGB value is (33,84,52). Sum of RGB (Red+Green+Blue) = 33+84+52=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #215434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215434 is #DEABCB. Grayscale: #414141. Windows color (decimal): -14592972 or 3429409. OLE color: 3429409.

HSL color Cylindrical-coordinate representation of color #215434: hue angle of 142.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215434 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB338452-
CMYK0.6100.380.67
HSL142.35º43.59%22.94%-
HSV(B)142.35º60.71%32.94%-
XYZ4.426.914.35-
YUV65.1120.6105.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=19.53%
G=49.70%
B=30.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384520.6100.380.67142.3543.5922.94
Hex2154343D026438e2c17
Octal4112464750461032165427
Binary1000011010100110100111101010011010000111000111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215434; }

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

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

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

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

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

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

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

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