Html Css Color HEX #214C33 Kaitoke Green

📋 copy color: '#214C33'

red 33 ◦ green 76 ◦ blue 51

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

Shades of Kaitoke Green #214C33

Tints of Kaitoke Green #214C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.5%

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

R = 20.63%
G = 47.5%
B = 31.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#214C33 (or 0x214C33) is known color: Kaitoke Green. HEX triplet: 21, 4C and 33. RGB value is (33,76,51). Sum of RGB (Red+Green+Blue) = 33+76+51=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #214C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C33 is #DEB3CC. Grayscale: #3C3C3C. Windows color (decimal): -14595021 or 3361825. OLE color: 3361825.

HSL color Cylindrical-coordinate representation of color #214C33: hue angle of 145.12º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C33 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 76 51 -
CMYK 0.57 0 0.33 0.70
HSL 145.12º 0.39% 0.21% -
HSV(B) 145.12º 0.57% 0.3% -
XYZ 3.81 5.73 4.04 -
YUV 60.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 33 76 51 0.57 0 0.33 0.70 145.12 0.39 0.21
Hex 21 4C 33 39 0 21 46 91 27 15
Octal 41 114 63 71 0 41 106 221 47 25
Binary 100001 1001100 110011 111001 0 100001 1000110 10010001 100111 10101

Color Harmonies of #214C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C33

Black with #214C33

Text Example


Text Example

White with #214C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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