Html Css Color HEX #1D5443 Te Papa Green

📋 copy color: '#1D5443'

red 29 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #1D5443

Tints of Te Papa Green #1D5443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

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

R = 16.11%
G = 46.67%
B = 37.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#1D5443 (or 0x1D5443) is known color: Te Papa Green. HEX triplet: 1D, 54 and 43. RGB value is (29,84,67). Sum of RGB (Red+Green+Blue) = 29+84+67=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5443 is #E2ABBC. Grayscale: #414141. Windows color (decimal): -14855101 or 4412445. OLE color: 4412445.

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

Color convert

RGB 29 84 67 -
CMYK 0.65 0 0.20 0.67
HSL 161.45º 0.49% 0.22% -
HSV(B) 161.45º 0.65% 0.33% -
XYZ 4.69 7.01 6.42 -
YUV 65.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 29 84 67 0.65 0 0.20 0.67 161.45 0.49 0.22
Hex 1D 54 43 41 0 14 43 A1 31 16
Octal 35 124 103 101 0 24 103 241 61 26
Binary 11101 1010100 1000011 1000001 0 10100 1000011 10100001 110001 10110

Color Harmonies of #1D5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5443

Black with #1D5443

Text Example


Text Example

White with #1D5443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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