Html Css Color HEX #1C8A5F Elf Green

📋 copy color: '#1C8A5F'

red 28 ◦ green 138 ◦ blue 95

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

Shades of Elf Green #1C8A5F

Tints of Elf Green #1C8A5F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.87%

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 10.73%
G = 52.87%
B = 36.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#1C8A5F (or 0x1C8A5F) is known color: Elf Green. HEX triplet: 1C, 8A and 5F. RGB value is (28,138,95). Sum of RGB (Red+Green+Blue) = 28+138+95=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A5F is #E375A0. Grayscale: #646464. Windows color (decimal): -14906785 or 6261276. OLE color: 6261276.

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

Color convert

RGB 28 138 95 -
CMYK 0.80 0 0.31 0.46
HSL 156.55º 0.66% 0.33% -
HSV(B) 156.55º 0.8% 0.54% -
XYZ 11.63 19.25 13.93 -
YUV 100.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 28 138 95 0.80 0 0.31 0.46 156.55 0.66 0.33
Hex 1C 8A 5F 50 0 1F 2E 9D 42 21
Octal 34 212 137 120 0 37 56 235 102 41
Binary 11100 10001010 1011111 1010000 0 11111 101110 10011101 1000010 100001

Color Harmonies of #1C8A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8A5F

Black with #1C8A5F

Text Example


Text Example

White with #1C8A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,138,95); }

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

background-color css

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

 a { background-color: rgb(28,138,95); }

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

border-color css

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

 span { border-color: rgb(28,138,95); }

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