Html Css Color HEX #214F3E Te Papa Green

📋 copy color: '#214F3E'

red 33 ◦ green 79 ◦ blue 62

#214F3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #214F3E

Tints of Te Papa Green #214F3E

RGB

 RED value IS 33 (13.28% from 255) = 18.97%

 GREEN value IS 79 (31.25% from 255) = 45.4%

 BLUE value IS 62 (24.61% from 255) = 35.63%

R = 18.97%
G = 45.4%
B = 35.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#214F3E (or 0x214F3E) is known color: Te Papa Green. HEX triplet: 21, 4F and 3E. RGB value is (33,79,62). Sum of RGB (Red+Green+Blue) = 33+79+62=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #214F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F3E is #DEB0C1. Grayscale: #3F3F3F. Windows color (decimal): -14594242 or 4083489. OLE color: 4083489.

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

Color convert

RGB 33 79 62 -
CMYK 0.58 0 0.22 0.69
HSL 157.83º 0.41% 0.22% -
HSV(B) 157.83º 0.58% 0.31% -
XYZ 4.29 6.26 5.54 -
YUV 63.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 33 79 62 0.58 0 0.22 0.69 157.83 0.41 0.22
Hex 21 4F 3E 3A 0 16 45 9E 29 16
Octal 41 117 76 72 0 26 105 236 51 26
Binary 100001 1001111 111110 111010 0 10110 1000101 10011110 101001 10110

Color Harmonies of #214F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F3E

Black with #214F3E

Text Example


Text Example

White with #214F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #214F3E;
 }
 .AnyTagClassName
 {
   color: #214F3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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