Html Css Color HEX #1A5543 Te Papa Green

📋 copy color: '#1A5543'

red 26 ◦ green 85 ◦ blue 67

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

Shades of Te Papa Green #1A5543

Tints of Te Papa Green #1A5543

RGB

 RED value IS 26 (10.55% from 255) = 14.61%

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

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

R = 14.61%
G = 47.75%
B = 37.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#1A5543 (or 0x1A5543) is known color: Te Papa Green. HEX triplet: 1A, 55 and 43. RGB value is (26,85,67). Sum of RGB (Red+Green+Blue) = 26+85+67=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5543 is #E5AABC. Grayscale: #414141. Windows color (decimal): -15051453 or 4412698. OLE color: 4412698.

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

Color convert

RGB 26 85 67 -
CMYK 0.69 0 0.21 0.67
HSL 161.69º 0.53% 0.22% -
HSV(B) 161.69º 0.69% 0.33% -
XYZ 4.69 7.12 6.44 -
YUV 65.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 26 85 67 0.69 0 0.21 0.67 161.69 0.53 0.22
Hex 1A 55 43 45 0 15 43 A2 35 16
Octal 32 125 103 105 0 25 103 242 65 26
Binary 11010 1010101 1000011 1000101 0 10101 1000011 10100010 110101 10110

Color Harmonies of #1A5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5543

Black with #1A5543

Text Example


Text Example

White with #1A5543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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