Html Css Color HEX #2C5043 Te Papa Green

📋 copy color: '#2C5043'

red 44 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #2C5043

Tints of Te Papa Green #2C5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 23.04%
G = 41.88%
B = 35.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#2C5043 (or 0x2C5043) is known color: Te Papa Green. HEX triplet: 2C, 50 and 43. RGB value is (44,80,67). Sum of RGB (Red+Green+Blue) = 44+80+67=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5043 is #D3AFBC. Grayscale: #434343. Windows color (decimal): -13873085 or 4411436. OLE color: 4411436.

HSL color Cylindrical-coordinate representation of color #2C5043: hue angle of 158.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C5043 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 67 -
CMYK 0.45 0 0.16 0.69
HSL 158.33º 0.29% 0.24% -
HSV(B) 158.33º 0.45% 0.31% -
XYZ 4.92 6.68 6.34 -
YUV 67.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 44 80 67 0.45 0 0.16 0.69 158.33 0.29 0.24
Hex 2C 50 43 2D 0 10 45 9E 1D 18
Octal 54 120 103 55 0 20 105 236 35 30
Binary 101100 1010000 1000011 101101 0 10000 1000101 10011110 11101 11000

Color Harmonies of #2C5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5043

Black with #2C5043

Text Example


Text Example

White with #2C5043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,67); }

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

background-color css

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

 a { background-color: rgb(44,80,67); }

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

border-color css

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

 span { border-color: rgb(44,80,67); }

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