Html Css Color HEX #1D5542 Te Papa Green

📋 copy color: '#1D5542'

red 29 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #1D5542

Tints of Te Papa Green #1D5542

RGB

 RED value IS 29 (11.72% from 255) = 16.11%

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

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

R = 16.11%
G = 47.22%
B = 36.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#1D5542 (or 0x1D5542) is known color: Te Papa Green. HEX triplet: 1D, 55 and 42. RGB value is (29,85,66). Sum of RGB (Red+Green+Blue) = 29+85+66=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5542 is #E2AABD. Grayscale: #424242. Windows color (decimal): -14854846 or 4347165. OLE color: 4347165.

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

Color convert

RGB 29 85 66 -
CMYK 0.66 0 0.22 0.67
HSL 159.64º 0.49% 0.22% -
HSV(B) 159.64º 0.66% 0.33% -
XYZ 4.74 7.15 6.28 -
YUV 66.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 29 85 66 0.66 0 0.22 0.67 159.64 0.49 0.22
Hex 1D 55 42 42 0 16 43 A0 31 16
Octal 35 125 102 102 0 26 103 240 61 26
Binary 11101 1010101 1000010 1000010 0 10110 1000011 10100000 110001 10110

Color Harmonies of #1D5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5542

Black with #1D5542

Text Example


Text Example

White with #1D5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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