#1B9A5D

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

Shades of Eucalyptus #1B9A5D

Tints of Eucalyptus #1B9A5D

Color information

#1B9A5D (or 0x1B9A5D) is unknown color: approx Eucalyptus. HEX triplet: 1B, 9A and 5D. RGB value is (27,154,93). Sum of RGB (Red+Green+Blue) = 27+154+93=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #1B9A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9A5D is #E465A2. Grayscale: #6D6D6D. Windows color (decimal): -14968227 or 6134299. OLE color: 6134299.

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

Color convert

RGB2715493-
CMYK0.8200.400.40
HSL151.18º70.17%35.49%-
HSV(B)151.18º82.47%60.39%-
XYZ13.9824.1314.28-
YUV109.07118.9269.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.85%
GREEN value IS 154 (60.55% from 255) = 56.20%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=9.85%
G=56.20%
B=33.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27154930.8200.400.40151.1870.1735.49
Hex1B9A5D5202828974623
Octal332321351220505022710643
Binary1101110011010101110110100100101000101000100101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,154,93); }

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

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

 a { background-color: rgb(27,154,93); }

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

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

 span { border-color: rgb(27,154,93); }

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