#1F7B2E

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

Shades of San Felix #1F7B2E

Tints of San Felix #1F7B2E

Color information

#1F7B2E (or 0x1F7B2E) is unknown color: approx San Felix. HEX triplet: 1F, 7B and 2E. RGB value is (31,123,46). Sum of RGB (Red+Green+Blue) = 31+123+46=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7B2E is #E084D1. Grayscale: #565656. Windows color (decimal): -14714066 or 3046175. OLE color: 3046175.

HSL color Cylindrical-coordinate representation of color #1F7B2E: hue angle of 129.78º degrees, saturation: 0.6, 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 #1F7B2E is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB3112346-
CMYK0.7500.630.52
HSL129.78º59.74%30.2%-
HSV(B)129.78º74.8%48.24%-
XYZ8.1414.654.98-
YUV86.71105.0288.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 123 (48.44% from 255) = 61.5%
BLUE value IS 46 (18.36% from 255) = 23%
R=15.5%
G=61.5%
B=23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31123460.7500.630.52129.7859.7430.2
Hex1F7B2E4B03F34823c1e
Octal3717356113077642027436
Binary111111111011101110100101101111111101001000001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,123,46); }

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

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

 a { background-color: rgb(31,123,46); }

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

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

 span { border-color: rgb(31,123,46); }

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