Html Css Color HEX #2F5043 Te Papa Green

📋 copy color: '#2F5043'

red 47 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #2F5043

Tints of Te Papa Green #2F5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 24.23%
G = 41.24%
B = 34.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#2F5043 (or 0x2F5043) is known color: Te Papa Green. HEX triplet: 2F, 50 and 43. RGB value is (47,80,67). Sum of RGB (Red+Green+Blue) = 47+80+67=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5043 is #D0AFBC. Grayscale: #444444. Windows color (decimal): -13676477 or 4411439. OLE color: 4411439.

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

Color convert

RGB 47 80 67 -
CMYK 0.41 0 0.16 0.69
HSL 156.36º 0.26% 0.25% -
HSV(B) 156.36º 0.41% 0.31% -
XYZ 5.05 6.75 6.35 -
YUV 68.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 47 80 67 0.41 0 0.16 0.69 156.36 0.26 0.25
Hex 2F 50 43 29 0 10 45 9C 1A 19
Octal 57 120 103 51 0 20 105 234 32 31
Binary 101111 1010000 1000011 101001 0 10000 1000101 10011100 11010 11001

Color Harmonies of #2F5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5043

Black with #2F5043

Text Example


Text Example

White with #2F5043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,67); }

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

background-color css

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

 a { background-color: rgb(47,80,67); }

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

border-color css

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

 span { border-color: rgb(47,80,67); }

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