Html Css Color HEX #126A1D San Felix

📋 copy color: '#126A1D'

red 18 ◦ green 106 ◦ blue 29

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

Shades of San Felix #126A1D

Tints of San Felix #126A1D

RGB

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

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

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

R = 11.76%
G = 69.28%
B = 18.95%

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

#126A1D (or 0x126A1D) is known color: San Felix. HEX triplet: 12, 6A and 1D. RGB value is (18,106,29). Sum of RGB (Red+Green+Blue) = 18+106+29=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 106 (41.80% from 255 or 69.28% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 106 - color contains mainly: green. Hex color #126A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A1D is #ED95E2. Grayscale: #474747. Windows color (decimal): -15570403 or 1927698. OLE color: 1927698.

HSL color Cylindrical-coordinate representation of color #126A1D: hue angle of 127.5º 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 #126A1D is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 29 -
CMYK 0.83 0 0.73 0.58
HSL 127.5º 0.71% 0.24% -
HSV(B) 127.5º 0.83% 0.42% -
XYZ 5.63 10.53 2.9 -
YUV 70.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 18 106 29 0.83 0 0.73 0.58 127.5 0.71 0.24
Hex 12 6A 1D 53 0 49 3A 80 47 18
Octal 22 152 35 123 0 111 72 200 107 30
Binary 10010 1101010 11101 1010011 0 1001001 111010 10000000 1000111 11000

Color Harmonies of #126A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A1D

Black with #126A1D

Text Example


Text Example

White with #126A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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