Html Css Color HEX #1F995F Eucalyptus

📋 copy color: '#1F995F'

red 31 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #1F995F

Tints of Eucalyptus #1F995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.84%

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

R = 11.11%
G = 54.84%
B = 34.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#1F995F (or 0x1F995F) is known color: Eucalyptus. HEX triplet: 1F, 99 and 5F. RGB value is (31,153,95). Sum of RGB (Red+Green+Blue) = 31+153+95=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #1F995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F995F is #E066A0. Grayscale: #6E6E6E. Windows color (decimal): -14706337 or 6265119. OLE color: 6265119.

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

Color convert

RGB 31 153 95 -
CMYK 0.80 0 0.38 0.4
HSL 151.48º 0.66% 0.36% -
HSV(B) 151.48º 0.8% 0.6% -
XYZ 14.02 23.9 14.7 -
YUV 109.91 119.58 71.72 -
System Red Green Blue C M Y K H S L
Decimal 31 153 95 0.80 0 0.38 0.4 151.48 0.66 0.36
Hex 1F 99 5F 50 0 26 28 97 42 24
Octal 37 231 137 120 0 46 50 227 102 44
Binary 11111 10011001 1011111 1010000 0 100110 101000 10010111 1000010 100100

Color Harmonies of #1F995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F995F

Black with #1F995F

Text Example


Text Example

White with #1F995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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