Html Css Color HEX #1D5243 Te Papa Green

📋 copy color: '#1D5243'

red 29 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #1D5243

Tints of Te Papa Green #1D5243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

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

R = 16.29%
G = 46.07%
B = 37.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#1D5243 (or 0x1D5243) is known color: Te Papa Green. HEX triplet: 1D, 52 and 43. RGB value is (29,82,67). Sum of RGB (Red+Green+Blue) = 29+82+67=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5243 is #E2ADBC. Grayscale: #404040. Windows color (decimal): -14855613 or 4411933. OLE color: 4411933.

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

Color convert

RGB 29 82 67 -
CMYK 0.65 0 0.18 0.68
HSL 163.02º 0.48% 0.22% -
HSV(B) 163.02º 0.65% 0.32% -
XYZ 4.54 6.7 6.36 -
YUV 64.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 29 82 67 0.65 0 0.18 0.68 163.02 0.48 0.22
Hex 1D 52 43 41 0 12 44 A3 30 16
Octal 35 122 103 101 0 22 104 243 60 26
Binary 11101 1010010 1000011 1000001 0 10010 1000100 10100011 110000 10110

Color Harmonies of #1D5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5243

Black with #1D5243

Text Example


Text Example

White with #1D5243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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