Html Css Color HEX #315043 Te Papa Green

📋 copy color: '#315043'

red 49 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #315043

Tints of Te Papa Green #315043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 25%
G = 40.82%
B = 34.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#315043 (or 0x315043) is known color: Te Papa Green. HEX triplet: 31, 50 and 43. RGB value is (49,80,67). Sum of RGB (Red+Green+Blue) = 49+80+67=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #315043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315043 is #CEAFBC. Grayscale: #454545. Windows color (decimal): -13545405 or 4411441. OLE color: 4411441.

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

Color convert

RGB 49 80 67 -
CMYK 0.39 0 0.16 0.69
HSL 154.84º 0.24% 0.25% -
HSV(B) 154.84º 0.39% 0.31% -
XYZ 5.15 6.8 6.35 -
YUV 69.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 49 80 67 0.39 0 0.16 0.69 154.84 0.24 0.25
Hex 31 50 43 27 0 10 45 9B 18 19
Octal 61 120 103 47 0 20 105 233 30 31
Binary 110001 1010000 1000011 100111 0 10000 1000101 10011011 11000 11001

Color Harmonies of #315043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315043

Black with #315043

Text Example


Text Example

White with #315043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315043; }

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

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

background-color css

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

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

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

border-color css

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

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

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