#2C6E23

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

Shades of San Felix #2C6E23

Tints of San Felix #2C6E23

Color information

#2C6E23 (or 0x2C6E23) is unknown color: approx San Felix. HEX triplet: 2C, 6E and 23. RGB value is (44,110,35). Sum of RGB (Red+Green+Blue) = 44+110+35=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6E23 is #D391DC. Grayscale: #515151. Windows color (decimal): -13865437 or 2321964. OLE color: 2321964.

HSL color Cylindrical-coordinate representation of color #2C6E23: hue angle of 112.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6E23 is Cyan = 0.6, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB4411035-
CMYK0.600.680.57
HSL112.8º51.72%28.43%-
HSV(B)112.8º68.18%43.14%-
XYZ6.9211.813.5-
YUV81.72101.63101.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.28%
GREEN value IS 110 (43.36% from 255) = 58.20%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=23.28%
G=58.20%
B=18.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44110350.600.680.57112.851.7228.43
Hex2C6E233C0443971341c
Octal5415643740104711616434
Binary101100110111010001111110001000100111001111000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,110,35); }

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

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

 a { background-color: rgb(44,110,35); }

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

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

 span { border-color: rgb(44,110,35); }

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