Html Css Color HEX #315046 Te Papa Green

📋 copy color: '#315046'

red 49 ◦ green 80 ◦ blue 70

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

Shades of Te Papa Green #315046

Tints of Te Papa Green #315046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 24.62%
G = 40.2%
B = 35.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#315046 (or 0x315046) is known color: Te Papa Green. HEX triplet: 31, 50 and 46. RGB value is (49,80,70). Sum of RGB (Red+Green+Blue) = 49+80+70=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #315046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315046 is #CEAFB9. Grayscale: #454545. Windows color (decimal): -13545402 or 4608049. OLE color: 4608049.

HSL color Cylindrical-coordinate representation of color #315046: hue angle of 160.65º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315046 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 70 -
CMYK 0.39 0 0.12 0.69
HSL 160.65º 0.24% 0.25% -
HSV(B) 160.65º 0.39% 0.31% -
XYZ 5.24 6.83 6.84 -
YUV 69.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 49 80 70 0.39 0 0.12 0.69 160.65 0.24 0.25
Hex 31 50 46 27 0 C 45 A1 18 19
Octal 61 120 106 47 0 14 105 241 30 31
Binary 110001 1010000 1000110 100111 0 1100 1000101 10100001 11000 11001

Color Harmonies of #315046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315046

Black with #315046

Text Example


Text Example

White with #315046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315046; }

 p { color: rgb(49,80,70); }

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

background-color css

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

 a { background-color: rgb(49,80,70); }

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

border-color css

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

 span { border-color: rgb(49,80,70); }

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