#1f907a

Color #1F907A Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1F907A

Tints of Elf Green #1F907A

Color information

#1F907A (or 0x1F907A) is unknown color: approx Elf Green. HEX triplet: 1F, 90 and 7A. RGB value is (31,144,122). Sum of RGB (Red+Green+Blue) = 31+144+122=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #1F907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F907A is #E06F85. Grayscale: #6B6B6B. Windows color (decimal): -14708614 or 8032287. OLE color: 8032287.

HSL color Cylindrical-coordinate representation of color #1F907A: hue angle of 168.32º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F907A is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB31144122-
CMYK0.7800.150.44
HSL168.32º64.57%34.31%-
HSV(B)168.32º78.47%56.47%-
XYZ14.0521.6421.85-
YUV107.7136.0673.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=10.44%
G=48.48%
B=41.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311441220.7800.150.44168.3264.5734.31
Hex1F907A4E0F2Ca84122
Octal372201721160175425010142
Binary11111100100001111010100111001111101100101010001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f907a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,144,122); }

 H1.HeaderClassName
 {
   color: #1f907a;
 }
 .AnyTagClassName
 {
   color: #1f907a;
 }
</style>
background-color css

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

 a { background-color: rgb(31,144,122); }

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

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

 span { border-color: rgb(31,144,122); }

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