Html Css Color HEX #2F5548 Te Papa Green

📋 copy color: '#2F5548'

red 47 ◦ green 85 ◦ blue 72

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

Shades of Te Papa Green #2F5548

Tints of Te Papa Green #2F5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 23.04%
G = 41.67%
B = 35.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#2F5548 (or 0x2F5548) is known color: Te Papa Green. HEX triplet: 2F, 55 and 48. RGB value is (47,85,72). Sum of RGB (Red+Green+Blue) = 47+85+72=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5548 is #D0AAB7. Grayscale: #484848. Windows color (decimal): -13675192 or 4740399. OLE color: 4740399.

HSL color Cylindrical-coordinate representation of color #2F5548: hue angle of 159.47º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5548 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 72 -
CMYK 0.45 0 0.15 0.67
HSL 159.47º 0.29% 0.26% -
HSV(B) 159.47º 0.45% 0.33% -
XYZ 5.59 7.57 7.3 -
YUV 72.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 47 85 72 0.45 0 0.15 0.67 159.47 0.29 0.26
Hex 2F 55 48 2D 0 F 43 9F 1D 1A
Octal 57 125 110 55 0 17 103 237 35 32
Binary 101111 1010101 1001000 101101 0 1111 1000011 10011111 11101 11010

Color Harmonies of #2F5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5548

Black with #2F5548

Text Example


Text Example

White with #2F5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,85,72); }

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

background-color css

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

 a { background-color: rgb(47,85,72); }

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

border-color css

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

 span { border-color: rgb(47,85,72); }

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