Html Css Color HEX #1F955D Eucalyptus

📋 copy color: '#1F955D'

red 31 ◦ green 149 ◦ blue 93

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

Shades of Eucalyptus #1F955D

Tints of Eucalyptus #1F955D

RGB

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

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

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

R = 11.36%
G = 54.58%
B = 34.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#1F955D (or 0x1F955D) is known color: Eucalyptus. HEX triplet: 1F, 95 and 5D. RGB value is (31,149,93). Sum of RGB (Red+Green+Blue) = 31+149+93=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #1F955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F955D is #E06AA2. Grayscale: #6B6B6B. Windows color (decimal): -14707363 or 6133023. OLE color: 6133023.

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

Color convert

RGB 31 149 93 -
CMYK 0.79 0 0.38 0.42
HSL 151.53º 0.66% 0.35% -
HSV(B) 151.53º 0.79% 0.58% -
XYZ 13.29 22.58 14.01 -
YUV 107.33 119.91 73.55 -
System Red Green Blue C M Y K H S L
Decimal 31 149 93 0.79 0 0.38 0.42 151.53 0.66 0.35
Hex 1F 95 5D 4F 0 26 2A 98 42 23
Octal 37 225 135 117 0 46 52 230 102 43
Binary 11111 10010101 1011101 1001111 0 100110 101010 10011000 1000010 100011

Color Harmonies of #1F955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F955D

Black with #1F955D

Text Example


Text Example

White with #1F955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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