Html Css Color HEX #2F493F Te Papa Green

📋 copy color: '#2F493F'

red 47 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #2F493F

Tints of Te Papa Green #2F493F

RGB

 RED value IS 47 (18.75% from 255) = 25.68%

 GREEN value IS 73 (28.91% from 255) = 39.89%

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

R = 25.68%
G = 39.89%
B = 34.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#2F493F (or 0x2F493F) is known color: Te Papa Green. HEX triplet: 2F, 49 and 3F. RGB value is (47,73,63). Sum of RGB (Red+Green+Blue) = 47+73+63=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #2F493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F493F is #D0B6C0. Grayscale: #404040. Windows color (decimal): -13678273 or 4147503. OLE color: 4147503.

HSL color Cylindrical-coordinate representation of color #2F493F: hue angle of 156.92º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F493F is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 63 -
CMYK 0.36 0 0.14 0.71
HSL 156.92º 0.22% 0.24% -
HSV(B) 156.92º 0.36% 0.29% -
XYZ 4.45 5.73 5.57 -
YUV 64.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 47 73 63 0.36 0 0.14 0.71 156.92 0.22 0.24
Hex 2F 49 3F 24 0 E 47 9D 16 18
Octal 57 111 77 44 0 16 107 235 26 30
Binary 101111 1001001 111111 100100 0 1110 1000111 10011101 10110 11000

Color Harmonies of #2F493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F493F

Black with #2F493F

Text Example


Text Example

White with #2F493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F493F; }

 p { color: rgb(47,73,63); }

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

background-color css

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

 a { background-color: rgb(47,73,63); }

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

border-color css

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

 span { border-color: rgb(47,73,63); }

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