Html Css Color HEX #1C8B73 Elf Green

📋 copy color: '#1C8B73'

red 28 ◦ green 139 ◦ blue 115

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

Shades of Elf Green #1C8B73

Tints of Elf Green #1C8B73

RGB

 RED value IS 28 (11.33% from 255) = 9.93%

 GREEN value IS 139 (54.69% from 255) = 49.29%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 9.93%
G = 49.29%
B = 40.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#1C8B73 (or 0x1C8B73) is known color: Elf Green. HEX triplet: 1C, 8B and 73. RGB value is (28,139,115). Sum of RGB (Red+Green+Blue) = 28+139+115=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B73 is #E3748C. Grayscale: #676767. Windows color (decimal): -14906509 or 7572252. OLE color: 7572252.

HSL color Cylindrical-coordinate representation of color #1C8B73: hue angle of 167.03º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8B73 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 139 115 -
CMYK 0.80 0 0.17 0.45
HSL 167.03º 0.66% 0.33% -
HSV(B) 167.03º 0.8% 0.55% -
XYZ 12.81 19.95 19.4 -
YUV 103.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 28 139 115 0.80 0 0.17 0.45 167.03 0.66 0.33
Hex 1C 8B 73 50 0 11 2D A7 42 21
Octal 34 213 163 120 0 21 55 247 102 41
Binary 11100 10001011 1110011 1010000 0 10001 101101 10100111 1000010 100001

Color Harmonies of #1C8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8B73

Black with #1C8B73

Text Example


Text Example

White with #1C8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,139,115); }

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

background-color css

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

 a { background-color: rgb(28,139,115); }

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

border-color css

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

 span { border-color: rgb(28,139,115); }

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