Html Css Color HEX #31443E Te Papa Green

📋 copy color: '#31443E'

red 49 ◦ green 68 ◦ blue 62

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

Shades of Te Papa Green #31443E

Tints of Te Papa Green #31443E

RGB

 RED value IS 49 (19.53% from 255) = 27.37%

 GREEN value IS 68 (26.95% from 255) = 37.99%

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 27.37%
G = 37.99%
B = 34.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#31443E (or 0x31443E) is known color: Te Papa Green. HEX triplet: 31, 44 and 3E. RGB value is (49,68,62). Sum of RGB (Red+Green+Blue) = 49+68+62=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 68 - color contains mainly: green. Hex color #31443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31443E is #CEBBC1. Grayscale: #3D3D3D. Windows color (decimal): -13548482 or 4080689. OLE color: 4080689.

HSL color Cylindrical-coordinate representation of color #31443E: hue angle of 161.05º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #31443E is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 62 -
CMYK 0.28 0 0.09 0.73
HSL 161.05º 0.16% 0.23% -
HSV(B) 161.05º 0.28% 0.27% -
XYZ 4.2 5.14 5.33 -
YUV 61.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 49 68 62 0.28 0 0.09 0.73 161.05 0.16 0.23
Hex 31 44 3E 1C 0 9 49 A1 10 17
Octal 61 104 76 34 0 11 111 241 20 27
Binary 110001 1000100 111110 11100 0 1001 1001001 10100001 10000 10111

Color Harmonies of #31443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31443E

Black with #31443E

Text Example


Text Example

White with #31443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31443E; }

 p { color: rgb(49,68,62); }

 H1.HeaderClassName
 {
   color: #31443E;
 }
 .AnyTagClassName
 {
   color: #31443E;
 }
</style>

background-color css

<style>
 a { background-color: #31443E; }

 a { background-color: rgb(49,68,62); }

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

border-color css

<style>
 span { border-color: #31443E; }

 span { border-color: rgb(49,68,62); }

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