Html Css Color HEX #246A12 San Felix

📋 copy color: '#246A12'

red 36 ◦ green 106 ◦ blue 18

#246A12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #246A12

Tints of San Felix #246A12

RGB

 RED value IS 36 (14.45% from 255) = 22.5%

 GREEN value IS 106 (41.8% from 255) = 66.25%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 22.5%
G = 66.25%
B = 11.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#246A12 (or 0x246A12) is known color: San Felix. HEX triplet: 24, 6A and 12. RGB value is (36,106,18). Sum of RGB (Red+Green+Blue) = 36+106+18=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 106 (41.80% from 255 or 66.25% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 106 - color contains mainly: green. Hex color #246A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246A12 is #DB95ED. Grayscale: #4B4B4B. Windows color (decimal): -14390766 or 1206820. OLE color: 1206820.

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

Color convert

RGB 36 106 18 -
CMYK 0.66 0 0.83 0.58
HSL 107.73º 0.71% 0.24% -
HSV(B) 107.73º 0.83% 0.42% -
XYZ 5.99 10.73 2.33 -
YUV 75.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 36 106 18 0.66 0 0.83 0.58 107.73 0.71 0.24
Hex 24 6A 12 42 0 53 3A 6C 47 18
Octal 44 152 22 102 0 123 72 154 107 30
Binary 100100 1101010 10010 1000010 0 1010011 111010 1101100 1000111 11000

Color Harmonies of #246A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246A12

Black with #246A12

Text Example


Text Example

White with #246A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,106,18); }

 H1.HeaderClassName
 {
   color: #246A12;
 }
 .AnyTagClassName
 {
   color: #246A12;
 }
</style>

background-color css

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

 a { background-color: rgb(36,106,18); }

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

border-color css

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

 span { border-color: rgb(36,106,18); }

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