#1B985C

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

Shades of Eucalyptus #1B985C

Tints of Eucalyptus #1B985C

Color information

#1B985C (or 0x1B985C) is unknown color: approx Eucalyptus. HEX triplet: 1B, 98 and 5C. RGB value is (27,152,92). Sum of RGB (Red+Green+Blue) = 27+152+92=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #1B985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B985C is #E467A3. Grayscale: #6B6B6B. Windows color (decimal): -14968740 or 6068251. OLE color: 6068251.

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

Color convert

RGB2715292-
CMYK0.8200.390.40
HSL151.2º69.83%35.1%-
HSV(B)151.2º82.24%59.61%-
XYZ13.6123.4613.94-
YUV107.78119.0970.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=9.96%
G=56.09%
B=33.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27152920.8200.390.40151.269.8335.1
Hex1B985C5202728974623
Octal332301341220475022710643
Binary1101110011000101110010100100100111101000100101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,152,92); }

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

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

 a { background-color: rgb(27,152,92); }

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

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

 span { border-color: rgb(27,152,92); }

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