#246B2A

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

Shades of San Felix #246B2A

Tints of San Felix #246B2A

Color information

#246B2A (or 0x246B2A) is unknown color: approx San Felix. HEX triplet: 24, 6B and 2A. RGB value is (36,107,42). Sum of RGB (Red+Green+Blue) = 36+107+42=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #246B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246B2A is #DB94D5. Grayscale: #4E4E4E. Windows color (decimal): -14390486 or 2779940. OLE color: 2779940.

HSL color Cylindrical-coordinate representation of color #246B2A: hue angle of 125.07º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246B2A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB3610742-
CMYK0.6600.610.58
HSL125.07º49.65%28.04%-
HSV(B)125.07º66.36%41.96%-
XYZ6.411.063.99-
YUV78.36107.4897.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 107 (42.19% from 255) = 57.84%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=19.46%
G=57.84%
B=22.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36107420.6600.610.58125.0749.6528.04
Hex246B2A4203D3A7d321c
Octal4415352102075721756234
Binary100100110101110101010000100111101111010111110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246B2A; }

 p { color: rgb(36,107,42); }

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

<style>
 a { background-color: #246B2A; }

 a { background-color: rgb(36,107,42); }

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

<style>
 span { border-color: #246B2A; }

 span { border-color: rgb(36,107,42); }

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