Html Css Color HEX #214B3D Te Papa Green

📋 copy color: '#214B3D'

red 33 ◦ green 75 ◦ blue 61

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

Shades of Te Papa Green #214B3D

Tints of Te Papa Green #214B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 19.53%
G = 44.38%
B = 36.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#214B3D (or 0x214B3D) is known color: Te Papa Green. HEX triplet: 21, 4B and 3D. RGB value is (33,75,61). Sum of RGB (Red+Green+Blue) = 33+75+61=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #214B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B3D is #DEB4C2. Grayscale: #3C3C3C. Windows color (decimal): -14595267 or 4016929. OLE color: 4016929.

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

Color convert

RGB 33 75 61 -
CMYK 0.56 0 0.19 0.71
HSL 160º 0.39% 0.21% -
HSV(B) 160º 0.56% 0.29% -
XYZ 3.99 5.69 5.3 -
YUV 60.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 33 75 61 0.56 0 0.19 0.71 160 0.39 0.21
Hex 21 4B 3D 38 0 13 47 A0 27 15
Octal 41 113 75 70 0 23 107 240 47 25
Binary 100001 1001011 111101 111000 0 10011 1000111 10100000 100111 10101

Color Harmonies of #214B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B3D

Black with #214B3D

Text Example


Text Example

White with #214B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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