Html Css Color HEX #1C985D Eucalyptus

📋 copy color: '#1C985D'

red 28 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #1C985D

Tints of Eucalyptus #1C985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 10.26%
G = 55.68%
B = 34.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#1C985D (or 0x1C985D) is known color: Eucalyptus. HEX triplet: 1C, 98 and 5D. RGB value is (28,152,93). Sum of RGB (Red+Green+Blue) = 28+152+93=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #1C985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C985D is #E367A2. Grayscale: #6C6C6C. Windows color (decimal): -14903203 or 6133788. OLE color: 6133788.

HSL color Cylindrical-coordinate representation of color #1C985D: hue angle of 151.45º 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 #1C985D is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 152 93 -
CMYK 0.82 0 0.39 0.40
HSL 151.45º 0.69% 0.35% -
HSV(B) 151.45º 0.82% 0.6% -
XYZ 13.68 23.49 14.17 -
YUV 108.2 119.42 70.8 -
System Red Green Blue C M Y K H S L
Decimal 28 152 93 0.82 0 0.39 0.40 151.45 0.69 0.35
Hex 1C 98 5D 52 0 27 28 97 45 23
Octal 34 230 135 122 0 47 50 227 105 43
Binary 11100 10011000 1011101 1010010 0 100111 101000 10010111 1000101 100011

Color Harmonies of #1C985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C985D

Black with #1C985D

Text Example


Text Example

White with #1C985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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