Html Css Color HEX #126B1D San Felix

📋 copy color: '#126B1D'

red 18 ◦ green 107 ◦ blue 29

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

Shades of San Felix #126B1D

Tints of San Felix #126B1D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.48%

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

R = 11.69%
G = 69.48%
B = 18.83%

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

#126B1D (or 0x126B1D) is known color: San Felix. HEX triplet: 12, 6B and 1D. RGB value is (18,107,29). Sum of RGB (Red+Green+Blue) = 18+107+29=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #126B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B1D is #ED94E2. Grayscale: #474747. Windows color (decimal): -15570147 or 1927954. OLE color: 1927954.

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

Color convert

RGB 18 107 29 -
CMYK 0.83 0 0.73 0.58
HSL 127.42º 0.71% 0.25% -
HSV(B) 127.42º 0.83% 0.42% -
XYZ 5.73 10.73 2.93 -
YUV 71.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 18 107 29 0.83 0 0.73 0.58 127.42 0.71 0.25
Hex 12 6B 1D 53 0 49 3A 7F 47 19
Octal 22 153 35 123 0 111 72 177 107 31
Binary 10010 1101011 11101 1010011 0 1001001 111010 1111111 1000111 11001

Color Harmonies of #126B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B1D

Black with #126B1D

Text Example


Text Example

White with #126B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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