#214E3E

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

Shades of Te Papa Green #214E3E

Tints of Te Papa Green #214E3E

Color information

#214E3E (or 0x214E3E) is unknown color: approx Te Papa Green. HEX triplet: 21, 4E and 3E. RGB value is (33,78,62). Sum of RGB (Red+Green+Blue) = 33+78+62=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #214E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E3E is #DEB1C1. Grayscale: #3E3E3E. Windows color (decimal): -14594498 or 4083233. OLE color: 4083233.

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

Color convert

RGB337862-
CMYK0.5800.210.69
HSL158.67º40.54%21.76%-
HSV(B)158.67º57.69%30.59%-
XYZ4.226.125.52-
YUV62.72127.59106.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=19.08%
G=45.09%
B=35.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378620.5800.210.69158.6740.5421.76
Hex214E3E3A015459f2916
Octal4111676720251052375126
Binary100001100111011111011101001010110001011001111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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