Html Css Color HEX #315447 Te Papa Green

📋 copy color: '#315447'

red 49 ◦ green 84 ◦ blue 71

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

Shades of Te Papa Green #315447

Tints of Te Papa Green #315447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.18%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 24.02%
G = 41.18%
B = 34.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#315447 (or 0x315447) is known color: Te Papa Green. HEX triplet: 31, 54 and 47. RGB value is (49,84,71). Sum of RGB (Red+Green+Blue) = 49+84+71=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #315447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315447 is #CEABB8. Grayscale: #484848. Windows color (decimal): -13544377 or 4674609. OLE color: 4674609.

HSL color Cylindrical-coordinate representation of color #315447: hue angle of 157.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315447 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 71 -
CMYK 0.42 0 0.15 0.67
HSL 157.71º 0.26% 0.26% -
HSV(B) 157.71º 0.42% 0.33% -
XYZ 5.57 7.45 7.11 -
YUV 72.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 49 84 71 0.42 0 0.15 0.67 157.71 0.26 0.26
Hex 31 54 47 2A 0 F 43 9E 1A 1A
Octal 61 124 107 52 0 17 103 236 32 32
Binary 110001 1010100 1000111 101010 0 1111 1000011 10011110 11010 11010

Color Harmonies of #315447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315447

Black with #315447

Text Example


Text Example

White with #315447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315447; }

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

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

background-color css

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

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

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

border-color css

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

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

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