#2C6D2B

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

Shades of San Felix #2C6D2B

Tints of San Felix #2C6D2B

Color information

#2C6D2B (or 0x2C6D2B) is unknown color: approx San Felix. HEX triplet: 2C, 6D and 2B. RGB value is (44,109,43). Sum of RGB (Red+Green+Blue) = 44+109+43=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6D2B is #D392D4. Grayscale: #525252. Windows color (decimal): -13865685 or 2845996. OLE color: 2845996.

HSL color Cylindrical-coordinate representation of color #2C6D2B: hue angle of 119.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C6D2B is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB4410943-
CMYK0.6000.610.57
HSL119.09º43.42%29.8%-
HSV(B)119.09º60.55%42.75%-
XYZ6.9411.654.17-
YUV82.04105.97100.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 109 (42.97% from 255) = 55.61%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=22.45%
G=55.61%
B=21.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44109430.6000.610.57119.0943.4229.8
Hex2C6D2B3C03D39772b1e
Octal541555374075711675336
Binary10110011011011010111111000111101111001111011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,109,43); }

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

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

 a { background-color: rgb(44,109,43); }

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

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

 span { border-color: rgb(44,109,43); }

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