Html Css Color HEX #31473F Te Papa Green

📋 copy color: '#31473F'

red 49 ◦ green 71 ◦ blue 63

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

Shades of Te Papa Green #31473F

Tints of Te Papa Green #31473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

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

R = 26.78%
G = 38.8%
B = 34.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#31473F (or 0x31473F) is known color: Te Papa Green. HEX triplet: 31, 47 and 3F. RGB value is (49,71,63). Sum of RGB (Red+Green+Blue) = 49+71+63=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #31473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31473F is #CEB8C0. Grayscale: #3F3F3F. Windows color (decimal): -13547713 or 4146993. OLE color: 4146993.

HSL color Cylindrical-coordinate representation of color #31473F: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31473F is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 63 -
CMYK 0.31 0 0.11 0.72
HSL 158.18º 0.18% 0.24% -
HSV(B) 158.18º 0.31% 0.28% -
XYZ 4.42 5.52 5.53 -
YUV 63.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 49 71 63 0.31 0 0.11 0.72 158.18 0.18 0.24
Hex 31 47 3F 1F 0 B 48 9E 12 18
Octal 61 107 77 37 0 13 110 236 22 30
Binary 110001 1000111 111111 11111 0 1011 1001000 10011110 10010 11000

Color Harmonies of #31473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31473F

Black with #31473F

Text Example


Text Example

White with #31473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31473F; }

 p { color: rgb(49,71,63); }

 H1.HeaderClassName
 {
   color: #31473F;
 }
 .AnyTagClassName
 {
   color: #31473F;
 }
</style>

background-color css

<style>
 a { background-color: #31473F; }

 a { background-color: rgb(49,71,63); }

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

border-color css

<style>
 span { border-color: #31473F; }

 span { border-color: rgb(49,71,63); }

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