Html Css Color HEX #2F4E46 Te Papa Green

📋 copy color: '#2F4E46'

red 47 ◦ green 78 ◦ blue 70

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

Shades of Te Papa Green #2F4E46

Tints of Te Papa Green #2F4E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

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

R = 24.1%
G = 40%
B = 35.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#2F4E46 (or 0x2F4E46) is known color: Te Papa Green. HEX triplet: 2F, 4E and 46. RGB value is (47,78,70). Sum of RGB (Red+Green+Blue) = 47+78+70=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E46 is #D0B1B9. Grayscale: #434343. Windows color (decimal): -13676986 or 4607535. OLE color: 4607535.

HSL color Cylindrical-coordinate representation of color #2F4E46: hue angle of 164.52º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E46 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 78 70 -
CMYK 0.40 0 0.10 0.69
HSL 164.52º 0.25% 0.25% -
HSV(B) 164.52º 0.4% 0.31% -
XYZ 5 6.5 6.78 -
YUV 67.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 47 78 70 0.40 0 0.10 0.69 164.52 0.25 0.25
Hex 2F 4E 46 28 0 A 45 A5 19 19
Octal 57 116 106 50 0 12 105 245 31 31
Binary 101111 1001110 1000110 101000 0 1010 1000101 10100101 11001 11001

Color Harmonies of #2F4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4E46

Black with #2F4E46

Text Example


Text Example

White with #2F4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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