Html Css Color HEX #2F5145 Te Papa Green

📋 copy color: '#2F5145'

red 47 ◦ green 81 ◦ blue 69

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

Shades of Te Papa Green #2F5145

Tints of Te Papa Green #2F5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 23.86%
G = 41.12%
B = 35.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#2F5145 (or 0x2F5145) is known color: Te Papa Green. HEX triplet: 2F, 51 and 45. RGB value is (47,81,69). Sum of RGB (Red+Green+Blue) = 47+81+69=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5145 is #D0AEBA. Grayscale: #454545. Windows color (decimal): -13676219 or 4542767. OLE color: 4542767.

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

Color convert

RGB 47 81 69 -
CMYK 0.42 0 0.15 0.68
HSL 158.82º 0.27% 0.25% -
HSV(B) 158.82º 0.42% 0.32% -
XYZ 5.19 6.92 6.69 -
YUV 69.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 47 81 69 0.42 0 0.15 0.68 158.82 0.27 0.25
Hex 2F 51 45 2A 0 F 44 9F 1B 19
Octal 57 121 105 52 0 17 104 237 33 31
Binary 101111 1010001 1000101 101010 0 1111 1000100 10011111 11011 11001

Color Harmonies of #2F5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5145

Black with #2F5145

Text Example


Text Example

White with #2F5145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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