Html Css Color HEX #215129 Kaitoke Green

📋 copy color: '#215129'

red 33 ◦ green 81 ◦ blue 41

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

Shades of Kaitoke Green #215129

Tints of Kaitoke Green #215129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 21.29%
G = 52.26%
B = 26.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#215129 (or 0x215129) is known color: Kaitoke Green. HEX triplet: 21, 51 and 29. RGB value is (33,81,41). Sum of RGB (Red+Green+Blue) = 33+81+41=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #215129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215129 is #DEAED6. Grayscale: #3E3E3E. Windows color (decimal): -14593751 or 2707745. OLE color: 2707745.

HSL color Cylindrical-coordinate representation of color #215129: hue angle of 130º 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 #215129 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 81 41 -
CMYK 0.59 0 0.49 0.68
HSL 130º 0.42% 0.22% -
HSV(B) 130º 0.59% 0.32% -
XYZ 3.97 6.37 3.12 -
YUV 62.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 33 81 41 0.59 0 0.49 0.68 130 0.42 0.22
Hex 21 51 29 3B 0 31 44 82 2A 16
Octal 41 121 51 73 0 61 104 202 52 26
Binary 100001 1010001 101001 111011 0 110001 1000100 10000010 101010 10110

Color Harmonies of #215129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215129

Black with #215129

Text Example


Text Example

White with #215129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215129; }

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

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

background-color css

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

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

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

border-color css

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

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

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