#2F6830

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

Shades of San Felix #2F6830

Tints of San Felix #2F6830

Color information

#2F6830 (or 0x2F6830) is unknown color: approx San Felix. HEX triplet: 2F, 68 and 30. RGB value is (47,104,48). Sum of RGB (Red+Green+Blue) = 47+104+48=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6830 is #D097CF. Grayscale: #505050. Windows color (decimal): -13670352 or 3172399. OLE color: 3172399.

HSL color Cylindrical-coordinate representation of color #2F6830: hue angle of 121.05º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6830 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB4710448-
CMYK0.5500.540.59
HSL121.05º37.75%29.61%-
HSV(B)121.05º54.81%40.78%-
XYZ6.6610.724.51-
YUV80.57109.62104.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=23.62%
G=52.26%
B=24.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47104480.5500.540.59121.0537.7529.61
Hex2F6830370363B79261e
Octal571506067066731714636
Binary10111111010001100001101110110110111011111100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6830; }

 p { color: rgb(47,104,48); }

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

<style>
 a { background-color: #2F6830; }

 a { background-color: rgb(47,104,48); }

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

<style>
 span { border-color: #2F6830; }

 span { border-color: rgb(47,104,48); }

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