Html Css Color HEX #214F41 Te Papa Green

📋 copy color: '#214F41'

red 33 ◦ green 79 ◦ blue 65

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

Shades of Te Papa Green #214F41

Tints of Te Papa Green #214F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 18.64%
G = 44.63%
B = 36.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#214F41 (or 0x214F41) is known color: Te Papa Green. HEX triplet: 21, 4F and 41. RGB value is (33,79,65). Sum of RGB (Red+Green+Blue) = 33+79+65=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #214F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F41 is #DEB0BE. Grayscale: #3F3F3F. Windows color (decimal): -14594239 or 4280097. OLE color: 4280097.

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

Color convert

RGB 33 79 65 -
CMYK 0.58 0 0.18 0.69
HSL 161.74º 0.41% 0.22% -
HSV(B) 161.74º 0.58% 0.31% -
XYZ 4.38 6.3 5.99 -
YUV 63.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 33 79 65 0.58 0 0.18 0.69 161.74 0.41 0.22
Hex 21 4F 41 3A 0 12 45 A2 29 16
Octal 41 117 101 72 0 22 105 242 51 26
Binary 100001 1001111 1000001 111010 0 10010 1000101 10100010 101001 10110

Color Harmonies of #214F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F41

Black with #214F41

Text Example


Text Example

White with #214F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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