Html Css Color HEX #1C8975 Elf Green

📋 copy color: '#1C8975'

red 28 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #1C8975

Tints of Elf Green #1C8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.58%

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 9.93%
G = 48.58%
B = 41.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#1C8975 (or 0x1C8975) is known color: Elf Green. HEX triplet: 1C, 89 and 75. RGB value is (28,137,117). Sum of RGB (Red+Green+Blue) = 28+137+117=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8975 is #E3768A. Grayscale: #666666. Windows color (decimal): -14907019 or 7702812. OLE color: 7702812.

HSL color Cylindrical-coordinate representation of color #1C8975: hue angle of 168.99º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8975 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 137 117 -
CMYK 0.80 0 0.15 0.46
HSL 168.99º 0.66% 0.32% -
HSV(B) 168.99º 0.8% 0.54% -
XYZ 12.64 19.42 19.91 -
YUV 102.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 28 137 117 0.80 0 0.15 0.46 168.99 0.66 0.32
Hex 1C 89 75 50 0 F 2E A9 42 20
Octal 34 211 165 120 0 17 56 251 102 40
Binary 11100 10001001 1110101 1010000 0 1111 101110 10101001 1000010 100000

Color Harmonies of #1C8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8975

Black with #1C8975

Text Example


Text Example

White with #1C8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,137,117); }

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

background-color css

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

 a { background-color: rgb(28,137,117); }

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

border-color css

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

 span { border-color: rgb(28,137,117); }

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