Html Css Color HEX #215537 Kaitoke Green

📋 copy color: '#215537'

red 33 ◦ green 85 ◦ blue 55

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

Shades of Kaitoke Green #215537

Tints of Kaitoke Green #215537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

 BLUE value IS 55 (21.88% from 255) = 31.79%

R = 19.08%
G = 49.13%
B = 31.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#215537 (or 0x215537) is known color: Kaitoke Green. HEX triplet: 21, 55 and 37. RGB value is (33,85,55). Sum of RGB (Red+Green+Blue) = 33+85+55=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #215537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215537 is #DEAAC8. Grayscale: #424242. Windows color (decimal): -14592713 or 3626273. OLE color: 3626273.

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

Color convert

RGB 33 85 55 -
CMYK 0.61 0 0.35 0.67
HSL 145.38º 0.44% 0.23% -
HSV(B) 145.38º 0.61% 0.33% -
XYZ 4.57 7.1 4.74 -
YUV 66.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 33 85 55 0.61 0 0.35 0.67 145.38 0.44 0.23
Hex 21 55 37 3D 0 23 43 91 2C 17
Octal 41 125 67 75 0 43 103 221 54 27
Binary 100001 1010101 110111 111101 0 100011 1000011 10010001 101100 10111

Color Harmonies of #215537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215537

Black with #215537

Text Example


Text Example

White with #215537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215537; }

 p { color: rgb(33,85,55); }

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

background-color css

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

 a { background-color: rgb(33,85,55); }

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

border-color css

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

 span { border-color: rgb(33,85,55); }

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