Html Css Color HEX #31483F Te Papa Green

📋 copy color: '#31483F'

red 49 ◦ green 72 ◦ blue 63

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

Shades of Te Papa Green #31483F

Tints of Te Papa Green #31483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 26.63%
G = 39.13%
B = 34.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#31483F (or 0x31483F) is known color: Te Papa Green. HEX triplet: 31, 48 and 3F. RGB value is (49,72,63). Sum of RGB (Red+Green+Blue) = 49+72+63=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #31483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31483F is #CEB7C0. Grayscale: #404040. Windows color (decimal): -13547457 or 4147249. OLE color: 4147249.

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

Color convert

RGB 49 72 63 -
CMYK 0.32 0 0.12 0.72
HSL 156.52º 0.19% 0.24% -
HSV(B) 156.52º 0.32% 0.28% -
XYZ 4.48 5.65 5.56 -
YUV 64.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 49 72 63 0.32 0 0.12 0.72 156.52 0.19 0.24
Hex 31 48 3F 20 0 C 48 9D 13 18
Octal 61 110 77 40 0 14 110 235 23 30
Binary 110001 1001000 111111 100000 0 1100 1001000 10011101 10011 11000

Color Harmonies of #31483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31483F

Black with #31483F

Text Example


Text Example

White with #31483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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