Html Css Color HEX #214C2E Kaitoke Green

📋 copy color: '#214C2E'

red 33 ◦ green 76 ◦ blue 46

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

Shades of Kaitoke Green #214C2E

Tints of Kaitoke Green #214C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.68%

R = 21.29%
G = 49.03%
B = 29.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#214C2E (or 0x214C2E) is known color: Kaitoke Green. HEX triplet: 21, 4C and 2E. RGB value is (33,76,46). Sum of RGB (Red+Green+Blue) = 33+76+46=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #214C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C2E is #DEB3D1. Grayscale: #3B3B3B. Windows color (decimal): -14595026 or 3034145. OLE color: 3034145.

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

Color convert

RGB 33 76 46 -
CMYK 0.57 0 0.39 0.70
HSL 138.14º 0.39% 0.21% -
HSV(B) 138.14º 0.57% 0.3% -
XYZ 3.7 5.69 3.49 -
YUV 59.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 33 76 46 0.57 0 0.39 0.70 138.14 0.39 0.21
Hex 21 4C 2E 39 0 27 46 8A 27 15
Octal 41 114 56 71 0 47 106 212 47 25
Binary 100001 1001100 101110 111001 0 100111 1000110 10001010 100111 10101

Color Harmonies of #214C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C2E

Black with #214C2E

Text Example


Text Example

White with #214C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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