Html Css Color HEX #1F985E Eucalyptus

📋 copy color: '#1F985E'

red 31 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #1F985E

Tints of Eucalyptus #1F985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 11.19%
G = 54.87%
B = 33.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#1F985E (or 0x1F985E) is known color: Eucalyptus. HEX triplet: 1F, 98 and 5E. RGB value is (31,152,94). Sum of RGB (Red+Green+Blue) = 31+152+94=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #1F985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F985E is #E067A1. Grayscale: #6D6D6D. Windows color (decimal): -14706594 or 6199327. OLE color: 6199327.

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

Color convert

RGB 31 152 94 -
CMYK 0.80 0 0.38 0.40
HSL 151.24º 0.66% 0.36% -
HSV(B) 151.24º 0.8% 0.6% -
XYZ 13.81 23.56 14.41 -
YUV 109.21 119.41 72.22 -
System Red Green Blue C M Y K H S L
Decimal 31 152 94 0.80 0 0.38 0.40 151.24 0.66 0.36
Hex 1F 98 5E 50 0 26 28 97 42 24
Octal 37 230 136 120 0 46 50 227 102 44
Binary 11111 10011000 1011110 1010000 0 100110 101000 10010111 1000010 100100

Color Harmonies of #1F985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F985E

Black with #1F985E

Text Example


Text Example

White with #1F985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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