Html Css Color HEX #1D5142 Te Papa Green

📋 copy color: '#1D5142'

red 29 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #1D5142

Tints of Te Papa Green #1D5142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 16.48%
G = 46.02%
B = 37.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#1D5142 (or 0x1D5142) is known color: Te Papa Green. HEX triplet: 1D, 51 and 42. RGB value is (29,81,66). Sum of RGB (Red+Green+Blue) = 29+81+66=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5142 is #E2AEBD. Grayscale: #3F3F3F. Windows color (decimal): -14855870 or 4346141. OLE color: 4346141.

HSL color Cylindrical-coordinate representation of color #1D5142: hue angle of 162.69º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5142 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 81 66 -
CMYK 0.64 0 0.19 0.68
HSL 162.69º 0.47% 0.22% -
HSV(B) 162.69º 0.64% 0.32% -
XYZ 4.43 6.54 6.18 -
YUV 63.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 29 81 66 0.64 0 0.19 0.68 162.69 0.47 0.22
Hex 1D 51 42 40 0 13 44 A3 2F 16
Octal 35 121 102 100 0 23 104 243 57 26
Binary 11101 1010001 1000010 1000000 0 10011 1000100 10100011 101111 10110

Color Harmonies of #1D5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5142

Black with #1D5142

Text Example


Text Example

White with #1D5142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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