Html Css Color HEX #2F5646 Te Papa Green

📋 copy color: '#2F5646'

red 47 ◦ green 86 ◦ blue 70

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

Shades of Te Papa Green #2F5646

Tints of Te Papa Green #2F5646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 23.15%
G = 42.36%
B = 34.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#2F5646 (or 0x2F5646) is known color: Te Papa Green. HEX triplet: 2F, 56 and 46. RGB value is (47,86,70). Sum of RGB (Red+Green+Blue) = 47+86+70=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #2F5646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5646 is #D0A9B9. Grayscale: #484848. Windows color (decimal): -13674938 or 4609583. OLE color: 4609583.

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

Color convert

RGB 47 86 70 -
CMYK 0.45 0 0.19 0.66
HSL 155.38º 0.29% 0.26% -
HSV(B) 155.38º 0.45% 0.34% -
XYZ 5.61 7.7 6.99 -
YUV 72.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 47 86 70 0.45 0 0.19 0.66 155.38 0.29 0.26
Hex 2F 56 46 2D 0 13 42 9B 1D 1A
Octal 57 126 106 55 0 23 102 233 35 32
Binary 101111 1010110 1000110 101101 0 10011 1000010 10011011 11101 11010

Color Harmonies of #2F5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5646

Black with #2F5646

Text Example


Text Example

White with #2F5646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,86,70); }

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

background-color css

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

 a { background-color: rgb(47,86,70); }

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

border-color css

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

 span { border-color: rgb(47,86,70); }

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