Html Css Color HEX #1D5543 Te Papa Green

📋 copy color: '#1D5543'

red 29 ◦ green 85 ◦ blue 67

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

Shades of Te Papa Green #1D5543

Tints of Te Papa Green #1D5543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.02%

R = 16.02%
G = 46.96%
B = 37.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#1D5543 (or 0x1D5543) is known color: Te Papa Green. HEX triplet: 1D, 55 and 43. RGB value is (29,85,67). Sum of RGB (Red+Green+Blue) = 29+85+67=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5543 is #E2AABC. Grayscale: #424242. Windows color (decimal): -14854845 or 4412701. OLE color: 4412701.

HSL color Cylindrical-coordinate representation of color #1D5543: hue angle of 160.71º 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 #1D5543 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 67 -
CMYK 0.66 0 0.21 0.67
HSL 160.71º 0.49% 0.22% -
HSV(B) 160.71º 0.66% 0.33% -
XYZ 4.77 7.16 6.44 -
YUV 66.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 29 85 67 0.66 0 0.21 0.67 160.71 0.49 0.22
Hex 1D 55 43 42 0 15 43 A1 31 16
Octal 35 125 103 102 0 25 103 241 61 26
Binary 11101 1010101 1000011 1000010 0 10101 1000011 10100001 110001 10110

Color Harmonies of #1D5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5543

Black with #1D5543

Text Example


Text Example

White with #1D5543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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