Html Css Color HEX #2C5542 Te Papa Green

📋 copy color: '#2C5542'

red 44 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #2C5542

Tints of Te Papa Green #2C5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 22.56%
G = 43.59%
B = 33.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2C5542 (or 0x2C5542) is known color: Te Papa Green. HEX triplet: 2C, 55 and 42. RGB value is (44,85,66). Sum of RGB (Red+Green+Blue) = 44+85+66=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5542 is #D3AABD. Grayscale: #464646. Windows color (decimal): -13871806 or 4347180. OLE color: 4347180.

HSL color Cylindrical-coordinate representation of color #2C5542: hue angle of 152.2º degrees, saturation: 0.32, 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 #2C5542 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 85 66 -
CMYK 0.48 0 0.22 0.67
HSL 152.2º 0.32% 0.25% -
HSV(B) 152.2º 0.48% 0.33% -
XYZ 5.27 7.43 6.31 -
YUV 70.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 44 85 66 0.48 0 0.22 0.67 152.2 0.32 0.25
Hex 2C 55 42 30 0 16 43 98 20 19
Octal 54 125 102 60 0 26 103 230 40 31
Binary 101100 1010101 1000010 110000 0 10110 1000011 10011000 100000 11001

Color Harmonies of #2C5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5542

Black with #2C5542

Text Example


Text Example

White with #2C5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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