#214F3E

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

Shades of Te Papa Green #214F3E

Tints of Te Papa Green #214F3E

Color information

#214F3E (or 0x214F3E) is unknown color: approx Te Papa Green. HEX triplet: 21, 4F and 3E. RGB value is (33,79,62). Sum of RGB (Red+Green+Blue) = 33+79+62=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #214F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F3E is #DEB0C1. Grayscale: #3F3F3F. Windows color (decimal): -14594242 or 4083489. OLE color: 4083489.

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

Color convert

RGB337962-
CMYK0.5800.220.69
HSL157.83º41.07%21.96%-
HSV(B)157.83º58.23%30.98%-
XYZ4.296.265.54-
YUV63.31127.26106.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=18.97%
G=45.40%
B=35.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379620.5800.220.69157.8341.0721.96
Hex214F3E3A016459e2916
Octal4111776720261052365126
Binary100001100111111111011101001011010001011001111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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