Html Css Color HEX #2C5442 Te Papa Green

📋 copy color: '#2C5442'

red 44 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #2C5442

Tints of Te Papa Green #2C5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

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

R = 22.68%
G = 43.3%
B = 34.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#2C5442 (or 0x2C5442) is known color: Te Papa Green. HEX triplet: 2C, 54 and 42. RGB value is (44,84,66). Sum of RGB (Red+Green+Blue) = 44+84+66=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5442 is #D3ABBD. Grayscale: #464646. Windows color (decimal): -13872062 or 4346924. OLE color: 4346924.

HSL color Cylindrical-coordinate representation of color #2C5442: hue angle of 153º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5442 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 84 66 -
CMYK 0.48 0 0.21 0.67
HSL 153º 0.31% 0.25% -
HSV(B) 153º 0.48% 0.33% -
XYZ 5.19 7.27 6.28 -
YUV 69.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 44 84 66 0.48 0 0.21 0.67 153 0.31 0.25
Hex 2C 54 42 30 0 15 43 99 1F 19
Octal 54 124 102 60 0 25 103 231 37 31
Binary 101100 1010100 1000010 110000 0 10101 1000011 10011001 11111 11001

Color Harmonies of #2C5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5442

Black with #2C5442

Text Example


Text Example

White with #2C5442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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