Html Css Color HEX #2F5544 Te Papa Green

📋 copy color: '#2F5544'

red 47 ◦ green 85 ◦ blue 68

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

Shades of Te Papa Green #2F5544

Tints of Te Papa Green #2F5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34%

R = 23.5%
G = 42.5%
B = 34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#2F5544 (or 0x2F5544) is known color: Te Papa Green. HEX triplet: 2F, 55 and 44. RGB value is (47,85,68). Sum of RGB (Red+Green+Blue) = 47+85+68=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5544 is #D0AABB. Grayscale: #474747. Windows color (decimal): -13675196 or 4478255. OLE color: 4478255.

HSL color Cylindrical-coordinate representation of color #2F5544: hue angle of 153.16º 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 #2F5544 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 68 -
CMYK 0.45 0 0.20 0.67
HSL 153.16º 0.29% 0.26% -
HSV(B) 153.16º 0.45% 0.33% -
XYZ 5.46 7.52 6.63 -
YUV 71.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 47 85 68 0.45 0 0.20 0.67 153.16 0.29 0.26
Hex 2F 55 44 2D 0 14 43 99 1D 1A
Octal 57 125 104 55 0 24 103 231 35 32
Binary 101111 1010101 1000100 101101 0 10100 1000011 10011001 11101 11010

Color Harmonies of #2F5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5544

Black with #2F5544

Text Example


Text Example

White with #2F5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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