Html Css Color HEX #315044 Te Papa Green

📋 copy color: '#315044'

red 49 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #315044

Tints of Te Papa Green #315044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 24.87%
G = 40.61%
B = 34.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#315044 (or 0x315044) is known color: Te Papa Green. HEX triplet: 31, 50 and 44. RGB value is (49,80,68). Sum of RGB (Red+Green+Blue) = 49+80+68=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #315044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315044 is #CEAFBB. Grayscale: #454545. Windows color (decimal): -13545404 or 4476977. OLE color: 4476977.

HSL color Cylindrical-coordinate representation of color #315044: hue angle of 156.77º 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 #315044 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 68 -
CMYK 0.39 0 0.15 0.69
HSL 156.77º 0.24% 0.25% -
HSV(B) 156.77º 0.39% 0.31% -
XYZ 5.18 6.81 6.51 -
YUV 69.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 49 80 68 0.39 0 0.15 0.69 156.77 0.24 0.25
Hex 31 50 44 27 0 F 45 9D 18 19
Octal 61 120 104 47 0 17 105 235 30 31
Binary 110001 1010000 1000100 100111 0 1111 1000101 10011101 11000 11001

Color Harmonies of #315044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315044

Black with #315044

Text Example


Text Example

White with #315044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315044; }

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

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

background-color css

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

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

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

border-color css

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

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

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