Html Css Color HEX #1F9961 Eucalyptus

📋 copy color: '#1F9961'

red 31 ◦ green 153 ◦ blue 97

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

Shades of Eucalyptus #1F9961

Tints of Eucalyptus #1F9961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 11.03%
G = 54.45%
B = 34.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#1F9961 (or 0x1F9961) is known color: Eucalyptus. HEX triplet: 1F, 99 and 61. RGB value is (31,153,97). Sum of RGB (Red+Green+Blue) = 31+153+97=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9961 is #E0669E. Grayscale: #6E6E6E. Windows color (decimal): -14706335 or 6396191. OLE color: 6396191.

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

Color convert

RGB 31 153 97 -
CMYK 0.80 0 0.37 0.4
HSL 152.46º 0.66% 0.36% -
HSV(B) 152.46º 0.8% 0.6% -
XYZ 14.11 23.94 15.19 -
YUV 110.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 31 153 97 0.80 0 0.37 0.4 152.46 0.66 0.36
Hex 1F 99 61 50 0 25 28 98 42 24
Octal 37 231 141 120 0 45 50 230 102 44
Binary 11111 10011001 1100001 1010000 0 100101 101000 10011000 1000010 100100

Color Harmonies of #1F9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9961

Black with #1F9961

Text Example


Text Example

White with #1F9961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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