Html Css Color HEX #2F473F Te Papa Green

📋 copy color: '#2F473F'

red 47 ◦ green 71 ◦ blue 63

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

Shades of Te Papa Green #2F473F

Tints of Te Papa Green #2F473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.23%

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

R = 25.97%
G = 39.23%
B = 34.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#2F473F (or 0x2F473F) is known color: Te Papa Green. HEX triplet: 2F, 47 and 3F. RGB value is (47,71,63). Sum of RGB (Red+Green+Blue) = 47+71+63=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #2F473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F473F is #D0B8C0. Grayscale: #3E3E3E. Windows color (decimal): -13678785 or 4146991. OLE color: 4146991.

HSL color Cylindrical-coordinate representation of color #2F473F: hue angle of 160º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F473F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 63 -
CMYK 0.34 0 0.11 0.72
HSL 160º 0.2% 0.23% -
HSV(B) 160º 0.34% 0.28% -
XYZ 4.32 5.47 5.53 -
YUV 62.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 47 71 63 0.34 0 0.11 0.72 160 0.2 0.23
Hex 2F 47 3F 22 0 B 48 A0 14 17
Octal 57 107 77 42 0 13 110 240 24 27
Binary 101111 1000111 111111 100010 0 1011 1001000 10100000 10100 10111

Color Harmonies of #2F473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F473F

Black with #2F473F

Text Example


Text Example

White with #2F473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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