Html Css Color HEX #315142 Te Papa Green

📋 copy color: '#315142'

red 49 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #315142

Tints of Te Papa Green #315142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 25%
G = 41.33%
B = 33.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#315142 (or 0x315142) is known color: Te Papa Green. HEX triplet: 31, 51 and 42. RGB value is (49,81,66). Sum of RGB (Red+Green+Blue) = 49+81+66=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #315142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315142 is #CEAEBD. Grayscale: #454545. Windows color (decimal): -13545150 or 4346161. OLE color: 4346161.

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

Color convert

RGB 49 81 66 -
CMYK 0.40 0 0.19 0.68
HSL 151.88º 0.25% 0.25% -
HSV(B) 151.88º 0.4% 0.32% -
XYZ 5.19 6.93 6.22 -
YUV 69.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 49 81 66 0.40 0 0.19 0.68 151.88 0.25 0.25
Hex 31 51 42 28 0 13 44 98 19 19
Octal 61 121 102 50 0 23 104 230 31 31
Binary 110001 1010001 1000010 101000 0 10011 1000100 10011000 11001 11001

Color Harmonies of #315142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315142

Black with #315142

Text Example


Text Example

White with #315142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315142; }

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

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

background-color css

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

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

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

border-color css

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

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

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