Html Css Color HEX #1F955E Eucalyptus

📋 copy color: '#1F955E'

red 31 ◦ green 149 ◦ blue 94

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

Shades of Eucalyptus #1F955E

Tints of Eucalyptus #1F955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

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

R = 11.31%
G = 54.38%
B = 34.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#1F955E (or 0x1F955E) is known color: Eucalyptus. HEX triplet: 1F, 95 and 5E. RGB value is (31,149,94). Sum of RGB (Red+Green+Blue) = 31+149+94=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #1F955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F955E is #E06AA1. Grayscale: #6B6B6B. Windows color (decimal): -14707362 or 6198559. OLE color: 6198559.

HSL color Cylindrical-coordinate representation of color #1F955E: hue angle of 152.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F955E is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 149 94 -
CMYK 0.79 0 0.37 0.42
HSL 152.03º 0.66% 0.35% -
HSV(B) 152.03º 0.79% 0.58% -
XYZ 13.33 22.59 14.25 -
YUV 107.45 120.41 73.47 -
System Red Green Blue C M Y K H S L
Decimal 31 149 94 0.79 0 0.37 0.42 152.03 0.66 0.35
Hex 1F 95 5E 4F 0 25 2A 98 42 23
Octal 37 225 136 117 0 45 52 230 102 43
Binary 11111 10010101 1011110 1001111 0 100101 101010 10011000 1000010 100011

Color Harmonies of #1F955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F955E

Black with #1F955E

Text Example


Text Example

White with #1F955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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