Html Css Color HEX #215D39 Kaitoke Green

📋 copy color: '#215D39'

red 33 ◦ green 93 ◦ blue 57

#215D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #215D39

Tints of Kaitoke Green #215D39

RGB

 RED value IS 33 (13.28% from 255) = 18.03%

 GREEN value IS 93 (36.72% from 255) = 50.82%

 BLUE value IS 57 (22.66% from 255) = 31.15%

R = 18.03%
G = 50.82%
B = 31.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#215D39 (or 0x215D39) is known color: Kaitoke Green. HEX triplet: 21, 5D and 39. RGB value is (33,93,57). Sum of RGB (Red+Green+Blue) = 33+93+57=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #215D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D39 is #DEA2C6. Grayscale: #474747. Windows color (decimal): -14590663 or 3759393. OLE color: 3759393.

HSL color Cylindrical-coordinate representation of color #215D39: hue angle of 144º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D39 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 57 -
CMYK 0.65 0 0.39 0.64
HSL 144º 0.48% 0.25% -
HSV(B) 144º 0.65% 0.36% -
XYZ 5.28 8.45 5.22 -
YUV 70.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 33 93 57 0.65 0 0.39 0.64 144 0.48 0.25
Hex 21 5D 39 41 0 27 40 90 30 19
Octal 41 135 71 101 0 47 100 220 60 31
Binary 100001 1011101 111001 1000001 0 100111 1000000 10010000 110000 11001

Color Harmonies of #215D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D39

Black with #215D39

Text Example


Text Example

White with #215D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215D39; }

 p { color: rgb(33,93,57); }

 H1.HeaderClassName
 {
   color: #215D39;
 }
 .AnyTagClassName
 {
   color: #215D39;
 }
</style>

background-color css

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

 a { background-color: rgb(33,93,57); }

 div.DivClassName
 {
   background-color: #215D39;
 }
 .BgClassName
 {
   background-color: #215D39;
 }
</style>

border-color css

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

 span { border-color: rgb(33,93,57); }

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