Html Css Color HEX #1E5441 Te Papa Green

📋 copy color: '#1E5441'

red 30 ◦ green 84 ◦ blue 65

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

Shades of Te Papa Green #1E5441

Tints of Te Papa Green #1E5441

RGB

 RED value IS 30 (12.11% from 255) = 16.76%

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 16.76%
G = 46.93%
B = 36.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#1E5441 (or 0x1E5441) is known color: Te Papa Green. HEX triplet: 1E, 54 and 41. RGB value is (30,84,65). Sum of RGB (Red+Green+Blue) = 30+84+65=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #1E5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5441 is #E1ABBE. Grayscale: #414141. Windows color (decimal): -14789567 or 4281374. OLE color: 4281374.

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

Color convert

RGB 30 84 65 -
CMYK 0.64 0 0.23 0.67
HSL 158.89º 0.47% 0.22% -
HSV(B) 158.89º 0.64% 0.33% -
XYZ 4.66 7 6.11 -
YUV 65.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 30 84 65 0.64 0 0.23 0.67 158.89 0.47 0.22
Hex 1E 54 41 40 0 17 43 9F 2F 16
Octal 36 124 101 100 0 27 103 237 57 26
Binary 11110 1010100 1000001 1000000 0 10111 1000011 10011111 101111 10110

Color Harmonies of #1E5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5441

Black with #1E5441

Text Example


Text Example

White with #1E5441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,65); }

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

background-color css

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

 a { background-color: rgb(30,84,65); }

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

border-color css

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

 span { border-color: rgb(30,84,65); }

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