Html Css Color HEX #315147 Te Papa Green

📋 copy color: '#315147'

red 49 ◦ green 81 ◦ blue 71

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

Shades of Te Papa Green #315147

Tints of Te Papa Green #315147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 24.38%
G = 40.3%
B = 35.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#315147 (or 0x315147) is known color: Te Papa Green. HEX triplet: 31, 51 and 47. RGB value is (49,81,71). Sum of RGB (Red+Green+Blue) = 49+81+71=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #315147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315147 is #CEAEB8. Grayscale: #464646. Windows color (decimal): -13545145 or 4673841. OLE color: 4673841.

HSL color Cylindrical-coordinate representation of color #315147: hue angle of 161.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315147 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 71 -
CMYK 0.40 0 0.12 0.68
HSL 161.25º 0.25% 0.25% -
HSV(B) 161.25º 0.4% 0.32% -
XYZ 5.35 6.99 7.03 -
YUV 70.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 49 81 71 0.40 0 0.12 0.68 161.25 0.25 0.25
Hex 31 51 47 28 0 C 44 A1 19 19
Octal 61 121 107 50 0 14 104 241 31 31
Binary 110001 1010001 1000111 101000 0 1100 1000100 10100001 11001 11001

Color Harmonies of #315147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315147

Black with #315147

Text Example


Text Example

White with #315147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315147; }

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

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

background-color css

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

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

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

border-color css

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

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

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