Html Css Color HEX #1F995D Eucalyptus

📋 copy color: '#1F995D'

red 31 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #1F995D

Tints of Eucalyptus #1F995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 11.19%
G = 55.23%
B = 33.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#1F995D (or 0x1F995D) is known color: Eucalyptus. HEX triplet: 1F, 99 and 5D. RGB value is (31,153,93). Sum of RGB (Red+Green+Blue) = 31+153+93=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #1F995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F995D is #E066A2. Grayscale: #6D6D6D. Windows color (decimal): -14706339 or 6134047. OLE color: 6134047.

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

Color convert

RGB 31 153 93 -
CMYK 0.80 0 0.39 0.4
HSL 150.49º 0.66% 0.36% -
HSV(B) 150.49º 0.8% 0.6% -
XYZ 13.93 23.86 14.23 -
YUV 109.68 118.58 71.88 -
System Red Green Blue C M Y K H S L
Decimal 31 153 93 0.80 0 0.39 0.4 150.49 0.66 0.36
Hex 1F 99 5D 50 0 27 28 96 42 24
Octal 37 231 135 120 0 47 50 226 102 44
Binary 11111 10011001 1011101 1010000 0 100111 101000 10010110 1000010 100100

Color Harmonies of #1F995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F995D

Black with #1F995D

Text Example


Text Example

White with #1F995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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