Html Css Color HEX #1F9260 Elf Green

📋 copy color: '#1F9260'

red 31 ◦ green 146 ◦ blue 96

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

Shades of Elf Green #1F9260

Tints of Elf Green #1F9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

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

R = 11.36%
G = 53.48%
B = 35.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#1F9260 (or 0x1F9260) is known color: Elf Green. HEX triplet: 1F, 92 and 60. RGB value is (31,146,96). Sum of RGB (Red+Green+Blue) = 31+146+96=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9260 is #E06D9F. Grayscale: #6A6A6A. Windows color (decimal): -14708128 or 6328863. OLE color: 6328863.

HSL color Cylindrical-coordinate representation of color #1F9260: hue angle of 153.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9260 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 146 96 -
CMYK 0.79 0 0.34 0.43
HSL 153.91º 0.65% 0.35% -
HSV(B) 153.91º 0.79% 0.57% -
XYZ 12.96 21.69 14.57 -
YUV 105.92 122.4 74.57 -
System Red Green Blue C M Y K H S L
Decimal 31 146 96 0.79 0 0.34 0.43 153.91 0.65 0.35
Hex 1F 92 60 4F 0 22 2B 9A 41 23
Octal 37 222 140 117 0 42 53 232 101 43
Binary 11111 10010010 1100000 1001111 0 100010 101011 10011010 1000001 100011

Color Harmonies of #1F9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9260

Black with #1F9260

Text Example


Text Example

White with #1F9260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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