#215035

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

Shades of Kaitoke Green #215035

Tints of Kaitoke Green #215035

Color information

#215035 (or 0x215035) is unknown color: approx Kaitoke Green. HEX triplet: 21, 50 and 35. RGB value is (33,80,53). Sum of RGB (Red+Green+Blue) = 33+80+53=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #215035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215035 is #DEAFCA. Grayscale: #3E3E3E. Windows color (decimal): -14593995 or 3493921. OLE color: 3493921.

HSL color Cylindrical-coordinate representation of color #215035: hue angle of 145.53º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215035 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB338053-
CMYK0.5900.340.69
HSL145.53º41.59%22.16%-
HSV(B)145.53º58.75%31.37%-
XYZ4.146.324.37-
YUV62.87122.43106.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=19.88%
G=48.19%
B=31.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380530.5900.340.69145.5341.5922.16
Hex2150353B02245922a16
Octal4112065730421052225226
Binary1000011010000110101111011010001010001011001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215035; }

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

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

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

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

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

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

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

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