Html Css Color HEX #12681C San Felix

📋 copy color: '#12681C'

red 18 ◦ green 104 ◦ blue 28

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

Shades of San Felix #12681C

Tints of San Felix #12681C

RGB

 RED value IS 18 (7.42% from 255) = 12%

 GREEN value IS 104 (41.02% from 255) = 69.33%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 12%
G = 69.33%
B = 18.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#12681C (or 0x12681C) is known color: San Felix. HEX triplet: 12, 68 and 1C. RGB value is (18,104,28). Sum of RGB (Red+Green+Blue) = 18+104+28=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #12681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12681C is #ED97E3. Grayscale: #454545. Windows color (decimal): -15570916 or 1861650. OLE color: 1861650.

HSL color Cylindrical-coordinate representation of color #12681C: hue angle of 126.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12681C is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 28 -
CMYK 0.83 0 0.73 0.59
HSL 126.98º 0.7% 0.24% -
HSV(B) 126.98º 0.83% 0.41% -
XYZ 5.41 10.11 2.77 -
YUV 69.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 18 104 28 0.83 0 0.73 0.59 126.98 0.7 0.24
Hex 12 68 1C 53 0 49 3B 7F 46 18
Octal 22 150 34 123 0 111 73 177 106 30
Binary 10010 1101000 11100 1010011 0 1001001 111011 1111111 1000110 11000

Color Harmonies of #12681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12681C

Black with #12681C

Text Example


Text Example

White with #12681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12681C; }

 p { color: rgb(18,104,28); }

 H1.HeaderClassName
 {
   color: #12681C;
 }
 .AnyTagClassName
 {
   color: #12681C;
 }
</style>

background-color css

<style>
 a { background-color: #12681C; }

 a { background-color: rgb(18,104,28); }

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

border-color css

<style>
 span { border-color: #12681C; }

 span { border-color: rgb(18,104,28); }

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