Html Css Color HEX #2C5247 Te Papa Green

📋 copy color: '#2C5247'

red 44 ◦ green 82 ◦ blue 71

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

Shades of Te Papa Green #2C5247

Tints of Te Papa Green #2C5247

RGB

 RED value IS 44 (17.58% from 255) = 22.34%

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 22.34%
G = 41.62%
B = 36.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#2C5247 (or 0x2C5247) is known color: Te Papa Green. HEX triplet: 2C, 52 and 47. RGB value is (44,82,71). Sum of RGB (Red+Green+Blue) = 44+82+71=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #2C5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5247 is #D3ADB8. Grayscale: #454545. Windows color (decimal): -13872569 or 4674092. OLE color: 4674092.

HSL color Cylindrical-coordinate representation of color #2C5247: hue angle of 162.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C5247 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 71 -
CMYK 0.46 0 0.13 0.68
HSL 162.63º 0.3% 0.25% -
HSV(B) 162.63º 0.46% 0.32% -
XYZ 5.19 7.02 7.04 -
YUV 69.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 44 82 71 0.46 0 0.13 0.68 162.63 0.3 0.25
Hex 2C 52 47 2E 0 D 44 A3 1E 19
Octal 54 122 107 56 0 15 104 243 36 31
Binary 101100 1010010 1000111 101110 0 1101 1000100 10100011 11110 11001

Color Harmonies of #2C5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5247

Black with #2C5247

Text Example


Text Example

White with #2C5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,71); }

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

background-color css

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

 a { background-color: rgb(44,82,71); }

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

border-color css

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

 span { border-color: rgb(44,82,71); }

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