Html Css Color HEX #314F41 Te Papa Green

📋 copy color: '#314F41'

red 49 ◦ green 79 ◦ blue 65

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

Shades of Te Papa Green #314F41

Tints of Te Papa Green #314F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 25.39%
G = 40.93%
B = 33.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#314F41 (or 0x314F41) is known color: Te Papa Green. HEX triplet: 31, 4F and 41. RGB value is (49,79,65). Sum of RGB (Red+Green+Blue) = 49+79+65=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #314F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F41 is #CEB0BE. Grayscale: #444444. Windows color (decimal): -13545663 or 4280113. OLE color: 4280113.

HSL color Cylindrical-coordinate representation of color #314F41: hue angle of 152º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314F41 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 79 65 -
CMYK 0.38 0 0.18 0.69
HSL 152º 0.23% 0.25% -
HSV(B) 152º 0.38% 0.31% -
XYZ 5.02 6.63 6.02 -
YUV 68.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 49 79 65 0.38 0 0.18 0.69 152 0.23 0.25
Hex 31 4F 41 26 0 12 45 98 17 19
Octal 61 117 101 46 0 22 105 230 27 31
Binary 110001 1001111 1000001 100110 0 10010 1000101 10011000 10111 11001

Color Harmonies of #314F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F41

Black with #314F41

Text Example


Text Example

White with #314F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314F41; }

 p { color: rgb(49,79,65); }

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

background-color css

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

 a { background-color: rgb(49,79,65); }

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

border-color css

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

 span { border-color: rgb(49,79,65); }

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