Html Css Color HEX #215137 Kaitoke Green

📋 copy color: '#215137'

red 33 ◦ green 81 ◦ blue 55

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

Shades of Kaitoke Green #215137

Tints of Kaitoke Green #215137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

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

R = 19.53%
G = 47.93%
B = 32.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#215137 (or 0x215137) is known color: Kaitoke Green. HEX triplet: 21, 51 and 37. RGB value is (33,81,55). Sum of RGB (Red+Green+Blue) = 33+81+55=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #215137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215137 is #DEAEC8. Grayscale: #3F3F3F. Windows color (decimal): -14593737 or 3625249. OLE color: 3625249.

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

Color convert

RGB 33 81 55 -
CMYK 0.59 0 0.32 0.68
HSL 147.5º 0.42% 0.22% -
HSV(B) 147.5º 0.59% 0.32% -
XYZ 4.26 6.48 4.64 -
YUV 63.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 33 81 55 0.59 0 0.32 0.68 147.5 0.42 0.22
Hex 21 51 37 3B 0 20 44 94 2A 16
Octal 41 121 67 73 0 40 104 224 52 26
Binary 100001 1010001 110111 111011 0 100000 1000100 10010100 101010 10110

Color Harmonies of #215137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215137

Black with #215137

Text Example


Text Example

White with #215137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215137; }

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

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

background-color css

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

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

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

border-color css

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

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

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