Html Css Color HEX #214B3F Te Papa Green

📋 copy color: '#214B3F'

red 33 ◦ green 75 ◦ blue 63

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

Shades of Te Papa Green #214B3F

Tints of Te Papa Green #214B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.86%

 BLUE value IS 63 (25% from 255) = 36.84%

R = 19.3%
G = 43.86%
B = 36.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#214B3F (or 0x214B3F) is known color: Te Papa Green. HEX triplet: 21, 4B and 3F. RGB value is (33,75,63). Sum of RGB (Red+Green+Blue) = 33+75+63=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #214B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B3F is #DEB4C0. Grayscale: #3D3D3D. Windows color (decimal): -14595265 or 4148001. OLE color: 4148001.

HSL color Cylindrical-coordinate representation of color #214B3F: hue angle of 162.86º 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 #214B3F is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 75 63 -
CMYK 0.56 0 0.16 0.71
HSL 162.86º 0.39% 0.21% -
HSV(B) 162.86º 0.56% 0.29% -
XYZ 4.04 5.71 5.59 -
YUV 61.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 33 75 63 0.56 0 0.16 0.71 162.86 0.39 0.21
Hex 21 4B 3F 38 0 10 47 A3 27 15
Octal 41 113 77 70 0 20 107 243 47 25
Binary 100001 1001011 111111 111000 0 10000 1000111 10100011 100111 10101

Color Harmonies of #214B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B3F

Black with #214B3F

Text Example


Text Example

White with #214B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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