Html Css Color HEX #1F965F Eucalyptus

📋 copy color: '#1F965F'

red 31 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #1F965F

Tints of Eucalyptus #1F965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 11.23%
G = 54.35%
B = 34.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#1F965F (or 0x1F965F) is known color: Eucalyptus. HEX triplet: 1F, 96 and 5F. RGB value is (31,150,95). Sum of RGB (Red+Green+Blue) = 31+150+95=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #1F965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F965F is #E069A0. Grayscale: #6C6C6C. Windows color (decimal): -14707105 or 6264351. OLE color: 6264351.

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

Color convert

RGB 31 150 95 -
CMYK 0.79 0 0.37 0.41
HSL 152.27º 0.66% 0.35% -
HSV(B) 152.27º 0.79% 0.59% -
XYZ 13.54 22.93 14.54 -
YUV 108.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 31 150 95 0.79 0 0.37 0.41 152.27 0.66 0.35
Hex 1F 96 5F 4F 0 25 29 98 42 23
Octal 37 226 137 117 0 45 51 230 102 43
Binary 11111 10010110 1011111 1001111 0 100101 101001 10011000 1000010 100011

Color Harmonies of #1F965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F965F

Black with #1F965F

Text Example


Text Example

White with #1F965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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