Html Css Color HEX #1F9B6B Elf Green

📋 copy color: '#1F9B6B'

red 31 ◦ green 155 ◦ blue 107

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

Shades of Elf Green #1F9B6B

Tints of Elf Green #1F9B6B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.9%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 10.58%
G = 52.9%
B = 36.52%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#1F9B6B (or 0x1F9B6B) is known color: Elf Green. HEX triplet: 1F, 9B and 6B. RGB value is (31,155,107). Sum of RGB (Red+Green+Blue) = 31+155+107=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9B6B is #E06494. Grayscale: #707070. Windows color (decimal): -14705813 or 7052063. OLE color: 7052063.

HSL color Cylindrical-coordinate representation of color #1F9B6B: hue angle of 156.77º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B6B is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 155 107 -
CMYK 0.8 0 0.31 0.39
HSL 156.77º 0.67% 0.36% -
HSV(B) 156.77º 0.8% 0.61% -
XYZ 14.94 24.8 17.91 -
YUV 112.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 31 155 107 0.8 0 0.31 0.39 156.77 0.67 0.36
Hex 1F 9B 6B 50 0 1F 27 9D 43 24
Octal 37 233 153 120 0 37 47 235 103 44
Binary 11111 10011011 1101011 1010000 0 11111 100111 10011101 1000011 100100

Color Harmonies of #1F9B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9B6B

Black with #1F9B6B

Text Example


Text Example

White with #1F9B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,155,107); }

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

background-color css

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

 a { background-color: rgb(31,155,107); }

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

border-color css

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

 span { border-color: rgb(31,155,107); }

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