Html Css Color HEX #315149 Te Papa Green

📋 copy color: '#315149'

red 49 ◦ green 81 ◦ blue 73

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

Shades of Te Papa Green #315149

Tints of Te Papa Green #315149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 24.14%
G = 39.9%
B = 35.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#315149 (or 0x315149) is known color: Te Papa Green. HEX triplet: 31, 51 and 49. RGB value is (49,81,73). Sum of RGB (Red+Green+Blue) = 49+81+73=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #315149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315149 is #CEAEB6. Grayscale: #464646. Windows color (decimal): -13545143 or 4804913. OLE color: 4804913.

HSL color Cylindrical-coordinate representation of color #315149: hue angle of 165º 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 #315149 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 73 -
CMYK 0.40 0 0.10 0.68
HSL 165º 0.25% 0.25% -
HSV(B) 165º 0.4% 0.32% -
XYZ 5.41 7.02 7.37 -
YUV 70.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 49 81 73 0.40 0 0.10 0.68 165 0.25 0.25
Hex 31 51 49 28 0 A 44 A5 19 19
Octal 61 121 111 50 0 12 104 245 31 31
Binary 110001 1010001 1001001 101000 0 1010 1000100 10100101 11001 11001

Color Harmonies of #315149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315149

Black with #315149

Text Example


Text Example

White with #315149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315149; }

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

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

background-color css

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

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

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

border-color css

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

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

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