#214B3D

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

Shades of Te Papa Green #214B3D

Tints of Te Papa Green #214B3D

Color information

#214B3D (or 0x214B3D) is unknown color: approx Te Papa Green. HEX triplet: 21, 4B and 3D. RGB value is (33,75,61). Sum of RGB (Red+Green+Blue) = 33+75+61=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #214B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B3D is #DEB4C2. Grayscale: #3C3C3C. Windows color (decimal): -14595267 or 4016929. OLE color: 4016929.

HSL color Cylindrical-coordinate representation of color #214B3D: hue angle of 160º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B3D is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB337561-
CMYK0.5600.190.71
HSL160º38.89%21.18%-
HSV(B)160º56%29.41%-
XYZ3.995.695.3-
YUV60.85128.09108.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=19.53%
G=44.38%
B=36.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375610.5600.190.7116038.8921.18
Hex214B3D3801347a02715
Octal4111375700231072404725
Binary100001100101111110111100001001110001111010000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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