Html Css Color HEX #2F5146 Te Papa Green

📋 copy color: '#2F5146'

red 47 ◦ green 81 ◦ blue 70

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

Shades of Te Papa Green #2F5146

Tints of Te Papa Green #2F5146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.91%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 23.74%
G = 40.91%
B = 35.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#2F5146 (or 0x2F5146) is known color: Te Papa Green. HEX triplet: 2F, 51 and 46. RGB value is (47,81,70). Sum of RGB (Red+Green+Blue) = 47+81+70=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5146 is #D0AEB9. Grayscale: #454545. Windows color (decimal): -13676218 or 4608303. OLE color: 4608303.

HSL color Cylindrical-coordinate representation of color #2F5146: hue angle of 160.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F5146 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 81 70 -
CMYK 0.42 0 0.14 0.68
HSL 160.59º 0.27% 0.25% -
HSV(B) 160.59º 0.42% 0.32% -
XYZ 5.22 6.93 6.86 -
YUV 69.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 47 81 70 0.42 0 0.14 0.68 160.59 0.27 0.25
Hex 2F 51 46 2A 0 E 44 A1 1B 19
Octal 57 121 106 52 0 16 104 241 33 31
Binary 101111 1010001 1000110 101010 0 1110 1000100 10100001 11011 11001

Color Harmonies of #2F5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5146

Black with #2F5146

Text Example


Text Example

White with #2F5146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,70); }

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

background-color css

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

 a { background-color: rgb(47,81,70); }

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

border-color css

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

 span { border-color: rgb(47,81,70); }

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