Html Css Color HEX #315141 Te Papa Green

📋 copy color: '#315141'

red 49 ◦ green 81 ◦ blue 65

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

Shades of Te Papa Green #315141

Tints of Te Papa Green #315141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 25.13%
G = 41.54%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#315141 (or 0x315141) is known color: Te Papa Green. HEX triplet: 31, 51 and 41. RGB value is (49,81,65). Sum of RGB (Red+Green+Blue) = 49+81+65=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #315141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315141 is #CEAEBE. Grayscale: #454545. Windows color (decimal): -13545151 or 4280625. OLE color: 4280625.

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

Color convert

RGB 49 81 65 -
CMYK 0.40 0 0.20 0.68
HSL 150º 0.25% 0.25% -
HSV(B) 150º 0.4% 0.32% -
XYZ 5.16 6.92 6.06 -
YUV 69.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 49 81 65 0.40 0 0.20 0.68 150 0.25 0.25
Hex 31 51 41 28 0 14 44 96 19 19
Octal 61 121 101 50 0 24 104 226 31 31
Binary 110001 1010001 1000001 101000 0 10100 1000100 10010110 11001 11001

Color Harmonies of #315141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315141

Black with #315141

Text Example


Text Example

White with #315141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315141; }

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

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

background-color css

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

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

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

border-color css

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

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

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