Html Css Color HEX #315045 Te Papa Green

📋 copy color: '#315045'

red 49 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #315045

Tints of Te Papa Green #315045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 24.75%
G = 40.4%
B = 34.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#315045 (or 0x315045) is known color: Te Papa Green. HEX triplet: 31, 50 and 45. RGB value is (49,80,69). Sum of RGB (Red+Green+Blue) = 49+80+69=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #315045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315045 is #CEAFBA. Grayscale: #454545. Windows color (decimal): -13545403 or 4542513. OLE color: 4542513.

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

Color convert

RGB 49 80 69 -
CMYK 0.39 0 0.14 0.69
HSL 158.71º 0.24% 0.25% -
HSV(B) 158.71º 0.39% 0.31% -
XYZ 5.21 6.82 6.67 -
YUV 69.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 49 80 69 0.39 0 0.14 0.69 158.71 0.24 0.25
Hex 31 50 45 27 0 E 45 9F 18 19
Octal 61 120 105 47 0 16 105 237 30 31
Binary 110001 1010000 1000101 100111 0 1110 1000101 10011111 11000 11001

Color Harmonies of #315045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315045

Black with #315045

Text Example


Text Example

White with #315045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315045; }

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

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

background-color css

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

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

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

border-color css

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

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

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