Html Css Color HEX #1C985F Eucalyptus

📋 copy color: '#1C985F'

red 28 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #1C985F

Tints of Eucalyptus #1C985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.27%

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

R = 10.18%
G = 55.27%
B = 34.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#1C985F (or 0x1C985F) is known color: Eucalyptus. HEX triplet: 1C, 98 and 5F. RGB value is (28,152,95). Sum of RGB (Red+Green+Blue) = 28+152+95=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #1C985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C985F is #E367A0. Grayscale: #6C6C6C. Windows color (decimal): -14903201 or 6264860. OLE color: 6264860.

HSL color Cylindrical-coordinate representation of color #1C985F: hue angle of 152.42º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C985F is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 152 95 -
CMYK 0.82 0 0.38 0.40
HSL 152.42º 0.69% 0.35% -
HSV(B) 152.42º 0.82% 0.6% -
XYZ 13.77 23.53 14.64 -
YUV 108.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 28 152 95 0.82 0 0.38 0.40 152.42 0.69 0.35
Hex 1C 98 5F 52 0 26 28 98 45 23
Octal 34 230 137 122 0 46 50 230 105 43
Binary 11100 10011000 1011111 1010010 0 100110 101000 10011000 1000101 100011

Color Harmonies of #1C985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C985F

Black with #1C985F

Text Example


Text Example

White with #1C985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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