Html Css Color HEX #2C473F Te Papa Green

📋 copy color: '#2C473F'

red 44 ◦ green 71 ◦ blue 63

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

Shades of Te Papa Green #2C473F

Tints of Te Papa Green #2C473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 24.72%
G = 39.89%
B = 35.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#2C473F (or 0x2C473F) is known color: Te Papa Green. HEX triplet: 2C, 47 and 3F. RGB value is (44,71,63). Sum of RGB (Red+Green+Blue) = 44+71+63=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #2C473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C473F is #D3B8C0. Grayscale: #3E3E3E. Windows color (decimal): -13875393 or 4146988. OLE color: 4146988.

HSL color Cylindrical-coordinate representation of color #2C473F: hue angle of 162.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C473F is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 63 -
CMYK 0.38 0 0.11 0.72
HSL 162.22º 0.23% 0.23% -
HSV(B) 162.22º 0.38% 0.28% -
XYZ 4.19 5.4 5.52 -
YUV 62.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 44 71 63 0.38 0 0.11 0.72 162.22 0.23 0.23
Hex 2C 47 3F 26 0 B 48 A2 17 17
Octal 54 107 77 46 0 13 110 242 27 27
Binary 101100 1000111 111111 100110 0 1011 1001000 10100010 10111 10111

Color Harmonies of #2C473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C473F

Black with #2C473F

Text Example


Text Example

White with #2C473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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