Html Css Color HEX #2F5045 Te Papa Green

📋 copy color: '#2F5045'

red 47 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #2F5045

Tints of Te Papa Green #2F5045

RGB

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

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

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

R = 23.98%
G = 40.82%
B = 35.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#2F5045 (or 0x2F5045) is known color: Te Papa Green. HEX triplet: 2F, 50 and 45. RGB value is (47,80,69). Sum of RGB (Red+Green+Blue) = 47+80+69=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5045 is #D0AFBA. Grayscale: #444444. Windows color (decimal): -13676475 or 4542511. OLE color: 4542511.

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

Color convert

RGB 47 80 69 -
CMYK 0.41 0 0.14 0.69
HSL 160º 0.26% 0.25% -
HSV(B) 160º 0.41% 0.31% -
XYZ 5.12 6.77 6.67 -
YUV 68.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 47 80 69 0.41 0 0.14 0.69 160 0.26 0.25
Hex 2F 50 45 29 0 E 45 A0 1A 19
Octal 57 120 105 51 0 16 105 240 32 31
Binary 101111 1010000 1000101 101001 0 1110 1000101 10100000 11010 11001

Color Harmonies of #2F5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5045

Black with #2F5045

Text Example


Text Example

White with #2F5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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