Html Css Color HEX #1F985F Eucalyptus

📋 copy color: '#1F985F'

red 31 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #1F985F

Tints of Eucalyptus #1F985F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 11.15%
G = 54.68%
B = 34.17%

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

#1F985F (or 0x1F985F) is known color: Eucalyptus. HEX triplet: 1F, 98 and 5F. RGB value is (31,152,95). Sum of RGB (Red+Green+Blue) = 31+152+95=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #1F985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F985F is #E067A0. Grayscale: #6D6D6D. Windows color (decimal): -14706593 or 6264863. OLE color: 6264863.

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

Color convert

RGB 31 152 95 -
CMYK 0.80 0 0.38 0.40
HSL 151.74º 0.66% 0.36% -
HSV(B) 151.74º 0.8% 0.6% -
XYZ 13.86 23.57 14.65 -
YUV 109.32 119.91 72.13 -
System Red Green Blue C M Y K H S L
Decimal 31 152 95 0.80 0 0.38 0.40 151.74 0.66 0.36
Hex 1F 98 5F 50 0 26 28 98 42 24
Octal 37 230 137 120 0 46 50 230 102 44
Binary 11111 10011000 1011111 1010000 0 100110 101000 10011000 1000010 100100

Color Harmonies of #1F985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F985F

Black with #1F985F

Text Example


Text Example

White with #1F985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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