Html Css Color HEX #2F5041 Te Papa Green

📋 copy color: '#2F5041'

red 47 ◦ green 80 ◦ blue 65

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

Shades of Te Papa Green #2F5041

Tints of Te Papa Green #2F5041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 24.48%
G = 41.67%
B = 33.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#2F5041 (or 0x2F5041) is known color: Te Papa Green. HEX triplet: 2F, 50 and 41. RGB value is (47,80,65). Sum of RGB (Red+Green+Blue) = 47+80+65=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5041 is #D0AFBE. Grayscale: #444444. Windows color (decimal): -13676479 or 4280367. OLE color: 4280367.

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

Color convert

RGB 47 80 65 -
CMYK 0.41 0 0.19 0.69
HSL 152.73º 0.26% 0.25% -
HSV(B) 152.73º 0.41% 0.31% -
XYZ 5 6.72 6.04 -
YUV 68.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 47 80 65 0.41 0 0.19 0.69 152.73 0.26 0.25
Hex 2F 50 41 29 0 13 45 99 1A 19
Octal 57 120 101 51 0 23 105 231 32 31
Binary 101111 1010000 1000001 101001 0 10011 1000101 10011001 11010 11001

Color Harmonies of #2F5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5041

Black with #2F5041

Text Example


Text Example

White with #2F5041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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