Html Css Color HEX #1E8572 Elf Green

📋 copy color: '#1E8572'

red 30 ◦ green 133 ◦ blue 114

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

Shades of Elf Green #1E8572

Tints of Elf Green #1E8572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 10.83%
G = 48.01%
B = 41.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#1E8572 (or 0x1E8572) is known color: Elf Green. HEX triplet: 1E, 85 and 72. RGB value is (30,133,114). Sum of RGB (Red+Green+Blue) = 30+133+114=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8572 is #E17A8D. Grayscale: #646464. Windows color (decimal): -14776974 or 7505182. OLE color: 7505182.

HSL color Cylindrical-coordinate representation of color #1E8572: hue angle of 168.93º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8572 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 133 114 -
CMYK 0.77 0 0.14 0.48
HSL 168.93º 0.63% 0.32% -
HSV(B) 168.93º 0.77% 0.52% -
XYZ 11.96 18.27 18.81 -
YUV 100.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 30 133 114 0.77 0 0.14 0.48 168.93 0.63 0.32
Hex 1E 85 72 4D 0 E 30 A9 3F 20
Octal 36 205 162 115 0 16 60 251 77 40
Binary 11110 10000101 1110010 1001101 0 1110 110000 10101001 111111 100000

Color Harmonies of #1E8572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8572

Black with #1E8572

Text Example


Text Example

White with #1E8572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,133,114); }

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

background-color css

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

 a { background-color: rgb(30,133,114); }

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

border-color css

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

 span { border-color: rgb(30,133,114); }

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