Html Css Color HEX #2C4E45 Te Papa Green

📋 copy color: '#2C4E45'

red 44 ◦ green 78 ◦ blue 69

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

Shades of Te Papa Green #2C4E45

Tints of Te Papa Green #2C4E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 23.04%
G = 40.84%
B = 36.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#2C4E45 (or 0x2C4E45) is known color: Te Papa Green. HEX triplet: 2C, 4E and 45. RGB value is (44,78,69). Sum of RGB (Red+Green+Blue) = 44+78+69=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E45 is #D3B1BA. Grayscale: #424242. Windows color (decimal): -13873595 or 4541996. OLE color: 4541996.

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

Color convert

RGB 44 78 69 -
CMYK 0.44 0 0.12 0.69
HSL 164.12º 0.28% 0.24% -
HSV(B) 164.12º 0.44% 0.31% -
XYZ 4.84 6.41 6.61 -
YUV 66.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 44 78 69 0.44 0 0.12 0.69 164.12 0.28 0.24
Hex 2C 4E 45 2C 0 C 45 A4 1C 18
Octal 54 116 105 54 0 14 105 244 34 30
Binary 101100 1001110 1000101 101100 0 1100 1000101 10100100 11100 11000

Color Harmonies of #2C4E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4E45

Black with #2C4E45

Text Example


Text Example

White with #2C4E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,78,69); }

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

background-color css

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

 a { background-color: rgb(44,78,69); }

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

border-color css

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

 span { border-color: rgb(44,78,69); }

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