Html Css Color HEX #1F9660 Eucalyptus

📋 copy color: '#1F9660'

red 31 ◦ green 150 ◦ blue 96

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

Shades of Eucalyptus #1F9660

Tints of Eucalyptus #1F9660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.15%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 11.19%
G = 54.15%
B = 34.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#1F9660 (or 0x1F9660) is known color: Eucalyptus. HEX triplet: 1F, 96 and 60. RGB value is (31,150,96). Sum of RGB (Red+Green+Blue) = 31+150+96=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9660 is #E0699F. Grayscale: #6C6C6C. Windows color (decimal): -14707104 or 6329887. OLE color: 6329887.

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

Color convert

RGB 31 150 96 -
CMYK 0.79 0 0.36 0.41
HSL 152.77º 0.66% 0.35% -
HSV(B) 152.77º 0.79% 0.59% -
XYZ 13.58 22.95 14.78 -
YUV 108.26 121.08 72.89 -
System Red Green Blue C M Y K H S L
Decimal 31 150 96 0.79 0 0.36 0.41 152.77 0.66 0.35
Hex 1F 96 60 4F 0 24 29 99 42 23
Octal 37 226 140 117 0 44 51 231 102 43
Binary 11111 10010110 1100000 1001111 0 100100 101001 10011001 1000010 100011

Color Harmonies of #1F9660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9660

Black with #1F9660

Text Example


Text Example

White with #1F9660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,96); }

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

background-color css

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

 a { background-color: rgb(31,150,96); }

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

border-color css

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

 span { border-color: rgb(31,150,96); }

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