Html Css Color HEX #1F9968 Elf Green

📋 copy color: '#1F9968'

red 31 ◦ green 153 ◦ blue 104

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

Shades of Elf Green #1F9968

Tints of Elf Green #1F9968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 10.76%
G = 53.13%
B = 36.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#1F9968 (or 0x1F9968) is known color: Elf Green. HEX triplet: 1F, 99 and 68. RGB value is (31,153,104). Sum of RGB (Red+Green+Blue) = 31+153+104=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9968 is #E06697. Grayscale: #6F6F6F. Windows color (decimal): -14706328 or 6854943. OLE color: 6854943.

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

Color convert

RGB 31 153 104 -
CMYK 0.80 0 0.32 0.4
HSL 155.9º 0.66% 0.36% -
HSV(B) 155.9º 0.8% 0.6% -
XYZ 14.46 24.07 16.98 -
YUV 110.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 31 153 104 0.80 0 0.32 0.4 155.9 0.66 0.36
Hex 1F 99 68 50 0 20 28 9C 42 24
Octal 37 231 150 120 0 40 50 234 102 44
Binary 11111 10011001 1101000 1010000 0 100000 101000 10011100 1000010 100100

Color Harmonies of #1F9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9968

Black with #1F9968

Text Example


Text Example

White with #1F9968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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