Html Css Color HEX #31453F Te Papa Green

📋 copy color: '#31453F'

red 49 ◦ green 69 ◦ blue 63

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

Shades of Te Papa Green #31453F

Tints of Te Papa Green #31453F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 27.07%
G = 38.12%
B = 34.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#31453F (or 0x31453F) is known color: Te Papa Green. HEX triplet: 31, 45 and 3F. RGB value is (49,69,63). Sum of RGB (Red+Green+Blue) = 49+69+63=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #31453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31453F is #CEBAC0. Grayscale: #3E3E3E. Windows color (decimal): -13548225 or 4146481. OLE color: 4146481.

HSL color Cylindrical-coordinate representation of color #31453F: hue angle of 162º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31453F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 63 -
CMYK 0.29 0 0.09 0.73
HSL 162º 0.17% 0.23% -
HSV(B) 162º 0.29% 0.27% -
XYZ 4.29 5.27 5.49 -
YUV 62.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 49 69 63 0.29 0 0.09 0.73 162 0.17 0.23
Hex 31 45 3F 1D 0 9 49 A2 11 17
Octal 61 105 77 35 0 11 111 242 21 27
Binary 110001 1000101 111111 11101 0 1001 1001001 10100010 10001 10111

Color Harmonies of #31453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31453F

Black with #31453F

Text Example


Text Example

White with #31453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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