#1F7A2A

Color #1F7A2A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1F7A2A

Tints of San Felix #1F7A2A

Color information

#1F7A2A (or 0x1F7A2A) is unknown color: approx San Felix. HEX triplet: 1F, 7A and 2A. RGB value is (31,122,42). Sum of RGB (Red+Green+Blue) = 31+122+42=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7A2A is #E085D5. Grayscale: #555555. Windows color (decimal): -14714326 or 2783775. OLE color: 2783775.

HSL color Cylindrical-coordinate representation of color #1F7A2A: hue angle of 127.25º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A2A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB3112242-
CMYK0.7500.660.52
HSL127.25º59.48%30%-
HSV(B)127.25º74.59%47.84%-
XYZ7.9414.384.55-
YUV85.67103.3589-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 122 (48.05% from 255) = 62.56%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=15.90%
G=62.56%
B=21.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31122420.7500.660.52127.2559.4830
Hex1F7A2A4B042347f3b1e
Octal37172521130102641777336
Binary111111111010101010100101101000010110100111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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