Html Css Color HEX #2F5444 Te Papa Green

📋 copy color: '#2F5444'

red 47 ◦ green 84 ◦ blue 68

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

Shades of Te Papa Green #2F5444

Tints of Te Papa Green #2F5444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

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

R = 23.62%
G = 42.21%
B = 34.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#2F5444 (or 0x2F5444) is known color: Te Papa Green. HEX triplet: 2F, 54 and 44. RGB value is (47,84,68). Sum of RGB (Red+Green+Blue) = 47+84+68=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5444 is #D0ABBB. Grayscale: #474747. Windows color (decimal): -13675452 or 4477999. OLE color: 4477999.

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

Color convert

RGB 47 84 68 -
CMYK 0.44 0 0.19 0.67
HSL 154.05º 0.28% 0.26% -
HSV(B) 154.05º 0.44% 0.33% -
XYZ 5.39 7.36 6.61 -
YUV 71.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 47 84 68 0.44 0 0.19 0.67 154.05 0.28 0.26
Hex 2F 54 44 2C 0 13 43 9A 1C 1A
Octal 57 124 104 54 0 23 103 232 34 32
Binary 101111 1010100 1000100 101100 0 10011 1000011 10011010 11100 11010

Color Harmonies of #2F5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5444

Black with #2F5444

Text Example


Text Example

White with #2F5444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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