Html Css Color HEX #214E32 Kaitoke Green

📋 copy color: '#214E32'

red 33 ◦ green 78 ◦ blue 50

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

Shades of Kaitoke Green #214E32

Tints of Kaitoke Green #214E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 48.45%

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 20.5%
G = 48.45%
B = 31.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#214E32 (or 0x214E32) is known color: Kaitoke Green. HEX triplet: 21, 4E and 32. RGB value is (33,78,50). Sum of RGB (Red+Green+Blue) = 33+78+50=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #214E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E32 is #DEB1CD. Grayscale: #3D3D3D. Windows color (decimal): -14594510 or 3296801. OLE color: 3296801.

HSL color Cylindrical-coordinate representation of color #214E32: hue angle of 142.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E32 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 78 50 -
CMYK 0.58 0 0.36 0.69
HSL 142.67º 0.41% 0.22% -
HSV(B) 142.67º 0.58% 0.31% -
XYZ 3.93 6 3.97 -
YUV 61.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 33 78 50 0.58 0 0.36 0.69 142.67 0.41 0.22
Hex 21 4E 32 3A 0 24 45 8F 29 16
Octal 41 116 62 72 0 44 105 217 51 26
Binary 100001 1001110 110010 111010 0 100100 1000101 10001111 101001 10110

Color Harmonies of #214E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E32

Black with #214E32

Text Example


Text Example

White with #214E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214E32; }

 p { color: rgb(33,78,50); }

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

background-color css

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

 a { background-color: rgb(33,78,50); }

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

border-color css

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

 span { border-color: rgb(33,78,50); }

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