#1C965D

Color #1C965D Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #1C965D

Tints of Eucalyptus #1C965D

Color information

#1C965D (or 0x1C965D) is unknown color: approx Eucalyptus. HEX triplet: 1C, 96 and 5D. RGB value is (28,150,93). Sum of RGB (Red+Green+Blue) = 28+150+93=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #1C965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C965D is #E369A2. Grayscale: #6B6B6B. Windows color (decimal): -14903715 or 6133276. OLE color: 6133276.

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

Color convert

RGB2815093-
CMYK0.8100.380.41
HSL151.97º68.54%34.9%-
HSV(B)151.97º81.33%58.82%-
XYZ13.3622.8514.06-
YUV107.02120.0871.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 150 (58.98% from 255) = 55.35%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=10.33%
G=55.35%
B=34.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28150930.8100.380.41151.9768.5434.9
Hex1C965D5102629984523
Octal342261351210465123010543
Binary1110010010110101110110100010100110101001100110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C965D;
 }
 .AnyTagClassName
 {
   color: #1C965D;
 }
</style>
background-color css

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

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

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

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

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

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