Html Css Color HEX #214C40 Te Papa Green

📋 copy color: '#214C40'

red 33 ◦ green 76 ◦ blue 64

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

Shades of Te Papa Green #214C40

Tints of Te Papa Green #214C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 19.08%
G = 43.93%
B = 36.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#214C40 (or 0x214C40) is known color: Te Papa Green. HEX triplet: 21, 4C and 40. RGB value is (33,76,64). Sum of RGB (Red+Green+Blue) = 33+76+64=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #214C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C40 is #DEB3BF. Grayscale: #3D3D3D. Windows color (decimal): -14595008 or 4213793. OLE color: 4213793.

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

Color convert

RGB 33 76 64 -
CMYK 0.57 0 0.16 0.70
HSL 163.26º 0.39% 0.21% -
HSV(B) 163.26º 0.57% 0.3% -
XYZ 4.14 5.86 5.76 -
YUV 61.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 33 76 64 0.57 0 0.16 0.70 163.26 0.39 0.21
Hex 21 4C 40 39 0 10 46 A3 27 15
Octal 41 114 100 71 0 20 106 243 47 25
Binary 100001 1001100 1000000 111001 0 10000 1000110 10100011 100111 10101

Color Harmonies of #214C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C40

Black with #214C40

Text Example


Text Example

White with #214C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,64); }

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

background-color css

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

 a { background-color: rgb(33,76,64); }

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

border-color css

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

 span { border-color: rgb(33,76,64); }

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