Html Css Color HEX #2C4E42 Te Papa Green

📋 copy color: '#2C4E42'

red 44 ◦ green 78 ◦ blue 66

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

Shades of Te Papa Green #2C4E42

Tints of Te Papa Green #2C4E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 23.4%
G = 41.49%
B = 35.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#2C4E42 (or 0x2C4E42) is known color: Te Papa Green. HEX triplet: 2C, 4E and 42. RGB value is (44,78,66). Sum of RGB (Red+Green+Blue) = 44+78+66=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E42 is #D3B1BD. Grayscale: #424242. Windows color (decimal): -13873598 or 4345388. OLE color: 4345388.

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

Color convert

RGB 44 78 66 -
CMYK 0.44 0 0.15 0.69
HSL 158.82º 0.28% 0.24% -
HSV(B) 158.82º 0.44% 0.31% -
XYZ 4.75 6.38 6.14 -
YUV 66.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 44 78 66 0.44 0 0.15 0.69 158.82 0.28 0.24
Hex 2C 4E 42 2C 0 F 45 9F 1C 18
Octal 54 116 102 54 0 17 105 237 34 30
Binary 101100 1001110 1000010 101100 0 1111 1000101 10011111 11100 11000

Color Harmonies of #2C4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4E42

Black with #2C4E42

Text Example


Text Example

White with #2C4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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