#214C3D

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

Shades of Te Papa Green #214C3D

Tints of Te Papa Green #214C3D

Color information

#214C3D (or 0x214C3D) is unknown color: approx Te Papa Green. HEX triplet: 21, 4C and 3D. RGB value is (33,76,61). Sum of RGB (Red+Green+Blue) = 33+76+61=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #214C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C3D is #DEB3C2. Grayscale: #3D3D3D. Windows color (decimal): -14595011 or 4017185. OLE color: 4017185.

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

Color convert

RGB337661-
CMYK0.5700.200.70
HSL159.07º39.45%21.37%-
HSV(B)159.07º56.58%29.8%-
XYZ4.055.835.33-
YUV61.43127.75107.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 76 (30.08% from 255) = 44.71%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=19.41%
G=44.71%
B=35.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376610.5700.200.70159.0739.4521.37
Hex214C3D39014469f2715
Octal4111475710241062374725
Binary100001100110011110111100101010010001101001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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