#214D3D

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

Shades of Te Papa Green #214D3D

Tints of Te Papa Green #214D3D

Color information

#214D3D (or 0x214D3D) is unknown color: approx Te Papa Green. HEX triplet: 21, 4D and 3D. RGB value is (33,77,61). Sum of RGB (Red+Green+Blue) = 33+77+61=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #214D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D3D is #DEB2C2. Grayscale: #3E3E3E. Windows color (decimal): -14594755 or 4017441. OLE color: 4017441.

HSL color Cylindrical-coordinate representation of color #214D3D: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D3D is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB337761-
CMYK0.5700.210.70
HSL158.18º40%21.57%-
HSV(B)158.18º57.14%30.2%-
XYZ4.125.975.35-
YUV62.02127.42107.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 77 (30.47% from 255) = 45.03%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=19.30%
G=45.03%
B=35.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377610.5700.210.70158.184021.57
Hex214D3D39015469e2816
Octal4111575710251062365026
Binary100001100110111110111100101010110001101001111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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