Html Css Color HEX #2F5140 Te Papa Green

📋 copy color: '#2F5140'

red 47 ◦ green 81 ◦ blue 64

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

Shades of Te Papa Green #2F5140

Tints of Te Papa Green #2F5140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

 BLUE value IS 64 (25.39% from 255) = 33.33%

R = 24.48%
G = 42.19%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#2F5140 (or 0x2F5140) is known color: Te Papa Green. HEX triplet: 2F, 51 and 40. RGB value is (47,81,64). Sum of RGB (Red+Green+Blue) = 47+81+64=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5140 is #D0AEBF. Grayscale: #444444. Windows color (decimal): -13676224 or 4215087. OLE color: 4215087.

HSL color Cylindrical-coordinate representation of color #2F5140: hue angle of 150º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F5140 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 81 64 -
CMYK 0.42 0 0.21 0.68
HSL 150º 0.27% 0.25% -
HSV(B) 150º 0.42% 0.32% -
XYZ 5.04 6.86 5.91 -
YUV 68.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 47 81 64 0.42 0 0.21 0.68 150 0.27 0.25
Hex 2F 51 40 2A 0 15 44 96 1B 19
Octal 57 121 100 52 0 25 104 226 33 31
Binary 101111 1010001 1000000 101010 0 10101 1000100 10010110 11011 11001

Color Harmonies of #2F5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5140

Black with #2F5140

Text Example


Text Example

White with #2F5140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,64); }

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

background-color css

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

 a { background-color: rgb(47,81,64); }

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

border-color css

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

 span { border-color: rgb(47,81,64); }

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