Html Css Color HEX #2F5446 Te Papa Green

📋 copy color: '#2F5446'

red 47 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #2F5446

Tints of Te Papa Green #2F5446

RGB

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

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

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

R = 23.38%
G = 41.79%
B = 34.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#2F5446 (or 0x2F5446) is known color: Te Papa Green. HEX triplet: 2F, 54 and 46. RGB value is (47,84,70). Sum of RGB (Red+Green+Blue) = 47+84+70=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5446 is #D0ABB9. Grayscale: #474747. Windows color (decimal): -13675450 or 4609071. OLE color: 4609071.

HSL color Cylindrical-coordinate representation of color #2F5446: hue angle of 157.3º 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 #2F5446 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 84 70 -
CMYK 0.44 0 0.17 0.67
HSL 157.3º 0.28% 0.26% -
HSV(B) 157.3º 0.44% 0.33% -
XYZ 5.45 7.39 6.93 -
YUV 71.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 47 84 70 0.44 0 0.17 0.67 157.3 0.28 0.26
Hex 2F 54 46 2C 0 11 43 9D 1C 1A
Octal 57 124 106 54 0 21 103 235 34 32
Binary 101111 1010100 1000110 101100 0 10001 1000011 10011101 11100 11010

Color Harmonies of #2F5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5446

Black with #2F5446

Text Example


Text Example

White with #2F5446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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