#2F6B2B

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

Shades of San Felix #2F6B2B

Tints of San Felix #2F6B2B

Color information

#2F6B2B (or 0x2F6B2B) is unknown color: approx San Felix. HEX triplet: 2F, 6B and 2B. RGB value is (47,107,43). Sum of RGB (Red+Green+Blue) = 47+107+43=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B2B is #D094D4. Grayscale: #515151. Windows color (decimal): -13669589 or 2845487. OLE color: 2845487.

HSL color Cylindrical-coordinate representation of color #2F6B2B: hue angle of 116.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F6B2B is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB4710743-
CMYK0.5600.600.58
HSL116.25º42.67%29.41%-
HSV(B)116.25º59.81%41.96%-
XYZ6.8711.294.1-
YUV81.76106.12103.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 107 (42.19% from 255) = 54.31%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=23.86%
G=54.31%
B=21.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107430.5600.600.58116.2542.6729.41
Hex2F6B2B3803C3A742b1d
Octal571535370074721645335
Binary10111111010111010111110000111100111010111010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,43); }

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

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

 a { background-color: rgb(47,107,43); }

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

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

 span { border-color: rgb(47,107,43); }

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