Html Css Color HEX #215033 Kaitoke Green

📋 copy color: '#215033'

red 33 ◦ green 80 ◦ blue 51

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

Shades of Kaitoke Green #215033

Tints of Kaitoke Green #215033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 20.12%
G = 48.78%
B = 31.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#215033 (or 0x215033) is known color: Kaitoke Green. HEX triplet: 21, 50 and 33. RGB value is (33,80,51). Sum of RGB (Red+Green+Blue) = 33+80+51=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #215033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215033 is #DEAFCC. Grayscale: #3E3E3E. Windows color (decimal): -14593997 or 3362849. OLE color: 3362849.

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

Color convert

RGB 33 80 51 -
CMYK 0.59 0 0.36 0.69
HSL 142.98º 0.42% 0.22% -
HSV(B) 142.98º 0.59% 0.31% -
XYZ 4.09 6.3 4.13 -
YUV 62.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 33 80 51 0.59 0 0.36 0.69 142.98 0.42 0.22
Hex 21 50 33 3B 0 24 45 8F 2A 16
Octal 41 120 63 73 0 44 105 217 52 26
Binary 100001 1010000 110011 111011 0 100100 1000101 10001111 101010 10110

Color Harmonies of #215033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215033

Black with #215033

Text Example


Text Example

White with #215033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215033; }

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

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

background-color css

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

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

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

border-color css

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

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

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