Html Css Color HEX #2F5044 Te Papa Green

📋 copy color: '#2F5044'

red 47 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #2F5044

Tints of Te Papa Green #2F5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.87%

R = 24.1%
G = 41.03%
B = 34.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#2F5044 (or 0x2F5044) is known color: Te Papa Green. HEX triplet: 2F, 50 and 44. RGB value is (47,80,68). Sum of RGB (Red+Green+Blue) = 47+80+68=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5044 is #D0AFBB. Grayscale: #444444. Windows color (decimal): -13676476 or 4476975. OLE color: 4476975.

HSL color Cylindrical-coordinate representation of color #2F5044: hue angle of 158.18º 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 #2F5044 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 68 -
CMYK 0.41 0 0.15 0.69
HSL 158.18º 0.26% 0.25% -
HSV(B) 158.18º 0.41% 0.31% -
XYZ 5.08 6.76 6.51 -
YUV 68.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 47 80 68 0.41 0 0.15 0.69 158.18 0.26 0.25
Hex 2F 50 44 29 0 F 45 9E 1A 19
Octal 57 120 104 51 0 17 105 236 32 31
Binary 101111 1010000 1000100 101001 0 1111 1000101 10011110 11010 11001

Color Harmonies of #2F5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5044

Black with #2F5044

Text Example


Text Example

White with #2F5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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