Html Css Color HEX #314840 Te Papa Green

📋 copy color: '#314840'

red 49 ◦ green 72 ◦ blue 64

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

Shades of Te Papa Green #314840

Tints of Te Papa Green #314840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 26.49%
G = 38.92%
B = 34.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#314840 (or 0x314840) is known color: Te Papa Green. HEX triplet: 31, 48 and 40. RGB value is (49,72,64). Sum of RGB (Red+Green+Blue) = 49+72+64=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #314840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314840 is #CEB7BF. Grayscale: #404040. Windows color (decimal): -13547456 or 4212785. OLE color: 4212785.

HSL color Cylindrical-coordinate representation of color #314840: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314840 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 64 -
CMYK 0.32 0 0.11 0.72
HSL 159.13º 0.19% 0.24% -
HSV(B) 159.13º 0.32% 0.28% -
XYZ 4.51 5.66 5.7 -
YUV 64.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 49 72 64 0.32 0 0.11 0.72 159.13 0.19 0.24
Hex 31 48 40 20 0 B 48 9F 13 18
Octal 61 110 100 40 0 13 110 237 23 30
Binary 110001 1001000 1000000 100000 0 1011 1001000 10011111 10011 11000

Color Harmonies of #314840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314840

Black with #314840

Text Example


Text Example

White with #314840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314840; }

 p { color: rgb(49,72,64); }

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

background-color css

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

 a { background-color: rgb(49,72,64); }

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

border-color css

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

 span { border-color: rgb(49,72,64); }

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