Html Css Color HEX #2C5044 Te Papa Green

📋 copy color: '#2C5044'

red 44 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #2C5044

Tints of Te Papa Green #2C5044

RGB

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

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

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

R = 22.92%
G = 41.67%
B = 35.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#2C5044 (or 0x2C5044) is known color: Te Papa Green. HEX triplet: 2C, 50 and 44. RGB value is (44,80,68). Sum of RGB (Red+Green+Blue) = 44+80+68=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5044 is #D3AFBB. Grayscale: #434343. Windows color (decimal): -13873084 or 4476972. OLE color: 4476972.

HSL color Cylindrical-coordinate representation of color #2C5044: hue angle of 160º 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 #2C5044 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 68 -
CMYK 0.45 0 0.15 0.69
HSL 160º 0.29% 0.24% -
HSV(B) 160º 0.45% 0.31% -
XYZ 4.95 6.69 6.5 -
YUV 67.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 44 80 68 0.45 0 0.15 0.69 160 0.29 0.24
Hex 2C 50 44 2D 0 F 45 A0 1D 18
Octal 54 120 104 55 0 17 105 240 35 30
Binary 101100 1010000 1000100 101101 0 1111 1000101 10100000 11101 11000

Color Harmonies of #2C5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5044

Black with #2C5044

Text Example


Text Example

White with #2C5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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