Html Css Color HEX #1C8965 Elf Green

📋 copy color: '#1C8965'

red 28 ◦ green 137 ◦ blue 101

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

Shades of Elf Green #1C8965

Tints of Elf Green #1C8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 10.53%
G = 51.5%
B = 37.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#1C8965 (or 0x1C8965) is known color: Elf Green. HEX triplet: 1C, 89 and 65. RGB value is (28,137,101). Sum of RGB (Red+Green+Blue) = 28+137+101=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8965 is #E3769A. Grayscale: #646464. Windows color (decimal): -14907035 or 6654236. OLE color: 6654236.

HSL color Cylindrical-coordinate representation of color #1C8965: hue angle of 160.18º 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 #1C8965 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 137 101 -
CMYK 0.80 0 0.26 0.46
HSL 160.18º 0.66% 0.32% -
HSV(B) 160.18º 0.8% 0.54% -
XYZ 11.77 19.08 15.37 -
YUV 100.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 28 137 101 0.80 0 0.26 0.46 160.18 0.66 0.32
Hex 1C 89 65 50 0 1A 2E A0 42 20
Octal 34 211 145 120 0 32 56 240 102 40
Binary 11100 10001001 1100101 1010000 0 11010 101110 10100000 1000010 100000

Color Harmonies of #1C8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8965

Black with #1C8965

Text Example


Text Example

White with #1C8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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