#215435

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

Shades of Kaitoke Green #215435

Tints of Kaitoke Green #215435

Color information

#215435 (or 0x215435) is unknown color: approx Kaitoke Green. HEX triplet: 21, 54 and 35. RGB value is (33,84,53). Sum of RGB (Red+Green+Blue) = 33+84+53=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #215435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215435 is #DEABCA. Grayscale: #414141. Windows color (decimal): -14592971 or 3494945. OLE color: 3494945.

HSL color Cylindrical-coordinate representation of color #215435: hue angle of 143.53º 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 #215435 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB338453-
CMYK0.6100.370.67
HSL143.53º43.59%22.94%-
HSV(B)143.53º60.71%32.94%-
XYZ4.446.924.47-
YUV65.22121.1105.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=19.41%
G=49.41%
B=31.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384530.6100.370.67143.5343.5922.94
Hex2154353D02543902c17
Octal4112465750451032205427
Binary1000011010100110101111101010010110000111001000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215435; }

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

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

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

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

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

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

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

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