Html Css Color HEX #1C5542 Te Papa Green

📋 copy color: '#1C5542'

red 28 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #1C5542

Tints of Te Papa Green #1C5542

RGB

 RED value IS 28 (11.33% from 255) = 15.64%

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

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

R = 15.64%
G = 47.49%
B = 36.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#1C5542 (or 0x1C5542) is known color: Te Papa Green. HEX triplet: 1C, 55 and 42. RGB value is (28,85,66). Sum of RGB (Red+Green+Blue) = 28+85+66=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5542 is #E3AABD. Grayscale: #414141. Windows color (decimal): -14920382 or 4347164. OLE color: 4347164.

HSL color Cylindrical-coordinate representation of color #1C5542: hue angle of 160º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5542 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 85 66 -
CMYK 0.67 0 0.22 0.67
HSL 160º 0.5% 0.22% -
HSV(B) 160º 0.67% 0.33% -
XYZ 4.71 7.14 6.28 -
YUV 65.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 28 85 66 0.67 0 0.22 0.67 160 0.5 0.22
Hex 1C 55 42 43 0 16 43 A0 32 16
Octal 34 125 102 103 0 26 103 240 62 26
Binary 11100 1010101 1000010 1000011 0 10110 1000011 10100000 110010 10110

Color Harmonies of #1C5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5542

Black with #1C5542

Text Example


Text Example

White with #1C5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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