#214C40

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

Shades of Te Papa Green #214C40

Tints of Te Papa Green #214C40

Color information

#214C40 (or 0x214C40) is unknown color: approx Te Papa Green. HEX triplet: 21, 4C and 40. RGB value is (33,76,64). Sum of RGB (Red+Green+Blue) = 33+76+64=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #214C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C40 is #DEB3BF. Grayscale: #3D3D3D. Windows color (decimal): -14595008 or 4213793. OLE color: 4213793.

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

Color convert

RGB337664-
CMYK0.5700.160.70
HSL163.26º39.45%21.37%-
HSV(B)163.26º56.58%29.8%-
XYZ4.145.865.76-
YUV61.77129.25107.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=19.08%
G=43.93%
B=36.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376640.5700.160.70163.2639.4521.37
Hex214C403901046a32715
Octal41114100710201062434725
Binary1000011001100100000011100101000010001101010001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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