Html Css Color HEX #2F4941 Te Papa Green

📋 copy color: '#2F4941'

red 47 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #2F4941

Tints of Te Papa Green #2F4941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.46%

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

R = 25.41%
G = 39.46%
B = 35.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#2F4941 (or 0x2F4941) is known color: Te Papa Green. HEX triplet: 2F, 49 and 41. RGB value is (47,73,65). Sum of RGB (Red+Green+Blue) = 47+73+65=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4941 is #D0B6BE. Grayscale: #404040. Windows color (decimal): -13678271 or 4278575. OLE color: 4278575.

HSL color Cylindrical-coordinate representation of color #2F4941: hue angle of 161.54º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4941 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 65 -
CMYK 0.36 0 0.11 0.71
HSL 161.54º 0.22% 0.24% -
HSV(B) 161.54º 0.36% 0.29% -
XYZ 4.51 5.75 5.87 -
YUV 64.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 47 73 65 0.36 0 0.11 0.71 161.54 0.22 0.24
Hex 2F 49 41 24 0 B 47 A2 16 18
Octal 57 111 101 44 0 13 107 242 26 30
Binary 101111 1001001 1000001 100100 0 1011 1000111 10100010 10110 11000

Color Harmonies of #2F4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4941

Black with #2F4941

Text Example


Text Example

White with #2F4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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