Html Css Color HEX #2F5447 Te Papa Green

📋 copy color: '#2F5447'

red 47 ◦ green 84 ◦ blue 71

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

Shades of Te Papa Green #2F5447

Tints of Te Papa Green #2F5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 23.27%
G = 41.58%
B = 35.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#2F5447 (or 0x2F5447) is known color: Te Papa Green. HEX triplet: 2F, 54 and 47. RGB value is (47,84,71). Sum of RGB (Red+Green+Blue) = 47+84+71=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5447 is #D0ABB8. Grayscale: #474747. Windows color (decimal): -13675449 or 4674607. OLE color: 4674607.

HSL color Cylindrical-coordinate representation of color #2F5447: hue angle of 158.92º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F5447 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 84 71 -
CMYK 0.44 0 0.15 0.67
HSL 158.92º 0.28% 0.26% -
HSV(B) 158.92º 0.44% 0.33% -
XYZ 5.48 7.4 7.1 -
YUV 71.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 47 84 71 0.44 0 0.15 0.67 158.92 0.28 0.26
Hex 2F 54 47 2C 0 F 43 9F 1C 1A
Octal 57 124 107 54 0 17 103 237 34 32
Binary 101111 1010100 1000111 101100 0 1111 1000011 10011111 11100 11010

Color Harmonies of #2F5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5447

Black with #2F5447

Text Example


Text Example

White with #2F5447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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