Html Css Color HEX #214C34 Kaitoke Green

📋 copy color: '#214C34'

red 33 ◦ green 76 ◦ blue 52

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

Shades of Kaitoke Green #214C34

Tints of Kaitoke Green #214C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 20.5%
G = 47.2%
B = 32.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#214C34 (or 0x214C34) is known color: Kaitoke Green. HEX triplet: 21, 4C and 34. RGB value is (33,76,52). Sum of RGB (Red+Green+Blue) = 33+76+52=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #214C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C34 is #DEB3CB. Grayscale: #3C3C3C. Windows color (decimal): -14595020 or 3427361. OLE color: 3427361.

HSL color Cylindrical-coordinate representation of color #214C34: hue angle of 146.51º 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 #214C34 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 76 52 -
CMYK 0.57 0 0.32 0.70
HSL 146.51º 0.39% 0.21% -
HSV(B) 146.51º 0.57% 0.3% -
XYZ 3.83 5.74 4.15 -
YUV 60.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 33 76 52 0.57 0 0.32 0.70 146.51 0.39 0.21
Hex 21 4C 34 39 0 20 46 93 27 15
Octal 41 114 64 71 0 40 106 223 47 25
Binary 100001 1001100 110100 111001 0 100000 1000110 10010011 100111 10101

Color Harmonies of #214C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C34

Black with #214C34

Text Example


Text Example

White with #214C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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