Html Css Color HEX #126D1D San Felix

📋 copy color: '#126D1D'

red 18 ◦ green 109 ◦ blue 29

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

Shades of San Felix #126D1D

Tints of San Felix #126D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 69.87%

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

R = 11.54%
G = 69.87%
B = 18.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#126D1D (or 0x126D1D) is known color: San Felix. HEX triplet: 12, 6D and 1D. RGB value is (18,109,29). Sum of RGB (Red+Green+Blue) = 18+109+29=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #126D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D1D is #ED92E2. Grayscale: #484848. Windows color (decimal): -15569635 or 1928466. OLE color: 1928466.

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

Color convert

RGB 18 109 29 -
CMYK 0.83 0 0.73 0.57
HSL 127.25º 0.72% 0.25% -
HSV(B) 127.25º 0.83% 0.43% -
XYZ 5.94 11.15 3 -
YUV 72.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 18 109 29 0.83 0 0.73 0.57 127.25 0.72 0.25
Hex 12 6D 1D 53 0 49 39 7F 48 19
Octal 22 155 35 123 0 111 71 177 110 31
Binary 10010 1101101 11101 1010011 0 1001001 111001 1111111 1001000 11001

Color Harmonies of #126D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D1D

Black with #126D1D

Text Example


Text Example

White with #126D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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