Html Css Color HEX #214E42 Te Papa Green

📋 copy color: '#214E42'

red 33 ◦ green 78 ◦ blue 66

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

Shades of Te Papa Green #214E42

Tints of Te Papa Green #214E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.07%

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 18.64%
G = 44.07%
B = 37.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#214E42 (or 0x214E42) is known color: Te Papa Green. HEX triplet: 21, 4E and 42. RGB value is (33,78,66). Sum of RGB (Red+Green+Blue) = 33+78+66=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #214E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E42 is #DEB1BD. Grayscale: #3F3F3F. Windows color (decimal): -14594494 or 4345377. OLE color: 4345377.

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

Color convert

RGB 33 78 66 -
CMYK 0.58 0 0.15 0.69
HSL 164º 0.41% 0.22% -
HSV(B) 164º 0.58% 0.31% -
XYZ 4.33 6.17 6.12 -
YUV 63.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 33 78 66 0.58 0 0.15 0.69 164 0.41 0.22
Hex 21 4E 42 3A 0 F 45 A4 29 16
Octal 41 116 102 72 0 17 105 244 51 26
Binary 100001 1001110 1000010 111010 0 1111 1000101 10100100 101001 10110

Color Harmonies of #214E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E42

Black with #214E42

Text Example


Text Example

White with #214E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,66); }

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

background-color css

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

 a { background-color: rgb(33,78,66); }

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

border-color css

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

 span { border-color: rgb(33,78,66); }

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