Html Css Color HEX #126F1D San Felix

📋 copy color: '#126F1D'

red 18 ◦ green 111 ◦ blue 29

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

Shades of San Felix #126F1D

Tints of San Felix #126F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 70.25%

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

R = 11.39%
G = 70.25%
B = 18.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#126F1D (or 0x126F1D) is known color: San Felix. HEX triplet: 12, 6F and 1D. RGB value is (18,111,29). Sum of RGB (Red+Green+Blue) = 18+111+29=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #126F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F1D is #ED90E2. Grayscale: #4A4A4A. Windows color (decimal): -15569123 or 1928978. OLE color: 1928978.

HSL color Cylindrical-coordinate representation of color #126F1D: hue angle of 127.1º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F1D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 111 29 -
CMYK 0.84 0 0.74 0.56
HSL 127.1º 0.72% 0.25% -
HSV(B) 127.1º 0.84% 0.44% -
XYZ 6.16 11.59 3.07 -
YUV 73.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 18 111 29 0.84 0 0.74 0.56 127.1 0.72 0.25
Hex 12 6F 1D 54 0 4A 38 7F 48 19
Octal 22 157 35 124 0 112 70 177 110 31
Binary 10010 1101111 11101 1010100 0 1001010 111000 1111111 1001000 11001

Color Harmonies of #126F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F1D

Black with #126F1D

Text Example


Text Example

White with #126F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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