Html Css Color HEX #126C1D San Felix

📋 copy color: '#126C1D'

red 18 ◦ green 108 ◦ blue 29

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

Shades of San Felix #126C1D

Tints of San Felix #126C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 69.68%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 11.61%
G = 69.68%
B = 18.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#126C1D (or 0x126C1D) is known color: San Felix. HEX triplet: 12, 6C and 1D. RGB value is (18,108,29). Sum of RGB (Red+Green+Blue) = 18+108+29=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #126C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C1D is #ED93E2. Grayscale: #484848. Windows color (decimal): -15569891 or 1928210. OLE color: 1928210.

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

Color convert

RGB 18 108 29 -
CMYK 0.83 0 0.73 0.58
HSL 127.33º 0.71% 0.25% -
HSV(B) 127.33º 0.83% 0.42% -
XYZ 5.83 10.94 2.97 -
YUV 72.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 18 108 29 0.83 0 0.73 0.58 127.33 0.71 0.25
Hex 12 6C 1D 53 0 49 3A 7F 47 19
Octal 22 154 35 123 0 111 72 177 107 31
Binary 10010 1101100 11101 1010011 0 1001001 111010 1111111 1000111 11001

Color Harmonies of #126C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C1D

Black with #126C1D

Text Example


Text Example

White with #126C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126C1D; }

 p { color: rgb(18,108,29); }

 H1.HeaderClassName
 {
   color: #126C1D;
 }
 .AnyTagClassName
 {
   color: #126C1D;
 }
</style>

background-color css

<style>
 a { background-color: #126C1D; }

 a { background-color: rgb(18,108,29); }

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

border-color css

<style>
 span { border-color: #126C1D; }

 span { border-color: rgb(18,108,29); }

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