Html Css Color HEX #1F985B Eucalyptus

📋 copy color: '#1F985B'

red 31 ◦ green 152 ◦ blue 91

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

Shades of Eucalyptus #1F985B

Tints of Eucalyptus #1F985B

RGB

 RED value IS 31 (12.5% from 255) = 11.31%

 GREEN value IS 152 (59.77% from 255) = 55.47%

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 11.31%
G = 55.47%
B = 33.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#1F985B (or 0x1F985B) is known color: Eucalyptus. HEX triplet: 1F, 98 and 5B. RGB value is (31,152,91). Sum of RGB (Red+Green+Blue) = 31+152+91=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #1F985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F985B is #E067A4. Grayscale: #6C6C6C. Windows color (decimal): -14706597 or 6002719. OLE color: 6002719.

HSL color Cylindrical-coordinate representation of color #1F985B: hue angle of 149.75º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F985B is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 152 91 -
CMYK 0.80 0 0.40 0.40
HSL 149.75º 0.66% 0.36% -
HSV(B) 149.75º 0.8% 0.6% -
XYZ 13.68 23.5 13.71 -
YUV 108.87 117.91 72.46 -
System Red Green Blue C M Y K H S L
Decimal 31 152 91 0.80 0 0.40 0.40 149.75 0.66 0.36
Hex 1F 98 5B 50 0 28 28 96 42 24
Octal 37 230 133 120 0 50 50 226 102 44
Binary 11111 10011000 1011011 1010000 0 101000 101000 10010110 1000010 100100

Color Harmonies of #1F985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F985B

Black with #1F985B

Text Example


Text Example

White with #1F985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,152,91); }

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

background-color css

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

 a { background-color: rgb(31,152,91); }

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

border-color css

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

 span { border-color: rgb(31,152,91); }

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