Html Css Color HEX #315347 Te Papa Green

📋 copy color: '#315347'

red 49 ◦ green 83 ◦ blue 71

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

Shades of Te Papa Green #315347

Tints of Te Papa Green #315347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 24.14%
G = 40.89%
B = 34.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#315347 (or 0x315347) is known color: Te Papa Green. HEX triplet: 31, 53 and 47. RGB value is (49,83,71). Sum of RGB (Red+Green+Blue) = 49+83+71=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #315347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315347 is #CEACB8. Grayscale: #474747. Windows color (decimal): -13544633 or 4674353. OLE color: 4674353.

HSL color Cylindrical-coordinate representation of color #315347: hue angle of 158.82º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315347 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 71 -
CMYK 0.41 0 0.14 0.67
HSL 158.82º 0.26% 0.26% -
HSV(B) 158.82º 0.41% 0.33% -
XYZ 5.5 7.29 7.08 -
YUV 71.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 49 83 71 0.41 0 0.14 0.67 158.82 0.26 0.26
Hex 31 53 47 29 0 E 43 9F 1A 1A
Octal 61 123 107 51 0 16 103 237 32 32
Binary 110001 1010011 1000111 101001 0 1110 1000011 10011111 11010 11010

Color Harmonies of #315347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315347

Black with #315347

Text Example


Text Example

White with #315347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315347; }

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

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

background-color css

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

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

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

border-color css

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

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

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