Html Css Color HEX #1C995D Eucalyptus

📋 copy color: '#1C995D'

red 28 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #1C995D

Tints of Eucalyptus #1C995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.84%

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

R = 10.22%
G = 55.84%
B = 33.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#1C995D (or 0x1C995D) is known color: Eucalyptus. HEX triplet: 1C, 99 and 5D. RGB value is (28,153,93). Sum of RGB (Red+Green+Blue) = 28+153+93=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #1C995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C995D is #E366A2. Grayscale: #6C6C6C. Windows color (decimal): -14902947 or 6134044. OLE color: 6134044.

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

Color convert

RGB 28 153 93 -
CMYK 0.82 0 0.39 0.4
HSL 151.2º 0.69% 0.35% -
HSV(B) 151.2º 0.82% 0.6% -
XYZ 13.85 23.82 14.22 -
YUV 108.79 119.09 70.38 -
System Red Green Blue C M Y K H S L
Decimal 28 153 93 0.82 0 0.39 0.4 151.2 0.69 0.35
Hex 1C 99 5D 52 0 27 28 97 45 23
Octal 34 231 135 122 0 47 50 227 105 43
Binary 11100 10011001 1011101 1010010 0 100111 101000 10010111 1000101 100011

Color Harmonies of #1C995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C995D

Black with #1C995D

Text Example


Text Example

White with #1C995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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