#214C2E

Color #214C2E Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #214C2E

Tints of Kaitoke Green #214C2E

Color information

#214C2E (or 0x214C2E) is unknown color: approx 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

RGB337646-
CMYK0.5700.390.70
HSL138.14º39.45%21.37%-
HSV(B)138.14º56.58%29.8%-
XYZ3.75.693.49-
YUV59.72120.25108.94-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376460.5700.390.70138.1439.4521.37
Hex214C2E39027468a2715
Octal4111456710471062124725
Binary1000011001100101110111001010011110001101000101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>