#214F2E

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

Shades of Kaitoke Green #214F2E

Tints of Kaitoke Green #214F2E

Color information

#214F2E (or 0x214F2E) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4F and 2E. RGB value is (33,79,46). Sum of RGB (Red+Green+Blue) = 33+79+46=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #214F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F2E is #DEB0D1. Grayscale: #3D3D3D. Windows color (decimal): -14594258 or 3034913. OLE color: 3034913.

HSL color Cylindrical-coordinate representation of color #214F2E: hue angle of 136.96º 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 #214F2E is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB337946-
CMYK0.5800.420.69
HSL136.96º41.07%21.96%-
HSV(B)136.96º58.23%30.98%-
XYZ3.926.113.56-
YUV61.48119.26107.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=20.89%
G=50%
B=29.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379460.5800.420.69136.9641.0721.96
Hex214F2E3A02A45892916
Octal4111756720521052115126
Binary1000011001111101110111010010101010001011000100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #214F2E;
 }
 .AnyTagClassName
 {
   color: #214F2E;
 }
</style>
background-color css

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

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

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

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

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

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