Html Css Color HEX #1B985C Eucalyptus

📋 copy color: '#1B985C'

red 27 ◦ green 152 ◦ blue 92

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

Shades of Eucalyptus #1B985C

Tints of Eucalyptus #1B985C

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 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

#1B985C (or 0x1B985C) is known color: 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

RGB 27 152 92 -
CMYK 0.82 0 0.39 0.40
HSL 151.2º 0.7% 0.35% -
HSV(B) 151.2º 0.82% 0.6% -
XYZ 13.61 23.46 13.94 -
YUV 107.79 119.09 70.38 -
System Red Green Blue C M Y K H S L
Decimal 27 152 92 0.82 0 0.39 0.40 151.2 0.7 0.35
Hex 1B 98 5C 52 0 27 28 97 46 23
Octal 33 230 134 122 0 47 50 227 106 43
Binary 11011 10011000 1011100 1010010 0 100111 101000 10010111 1000110 100011

Color Harmonies of #1B985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B985C

Black with #1B985C

Text Example


Text Example

White with #1B985C

Text Example


Text Example

HTML Codes & Css Web 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>