Html Css Color HEX #12691B San Felix

📋 copy color: '#12691B'

red 18 ◦ green 105 ◦ blue 27

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

Shades of San Felix #12691B

Tints of San Felix #12691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 70%

 BLUE value IS 27 (10.94% from 255) = 18%

R = 12%
G = 70%
B = 18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#12691B (or 0x12691B) is known color: San Felix. HEX triplet: 12, 69 and 1B. RGB value is (18,105,27). Sum of RGB (Red+Green+Blue) = 18+105+27=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #12691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12691B is #ED96E4. Grayscale: #464646. Windows color (decimal): -15570661 or 1796370. OLE color: 1796370.

HSL color Cylindrical-coordinate representation of color #12691B: hue angle of 126.21º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12691B is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 27 -
CMYK 0.83 0 0.74 0.59
HSL 126.21º 0.71% 0.24% -
HSV(B) 126.21º 0.83% 0.41% -
XYZ 5.5 10.31 2.74 -
YUV 70.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 18 105 27 0.83 0 0.74 0.59 126.21 0.71 0.24
Hex 12 69 1B 53 0 4A 3B 7E 47 18
Octal 22 151 33 123 0 112 73 176 107 30
Binary 10010 1101001 11011 1010011 0 1001010 111011 1111110 1000111 11000

Color Harmonies of #12691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12691B

Black with #12691B

Text Example


Text Example

White with #12691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12691B; }

 p { color: rgb(18,105,27); }

 H1.HeaderClassName
 {
   color: #12691B;
 }
 .AnyTagClassName
 {
   color: #12691B;
 }
</style>

background-color css

<style>
 a { background-color: #12691B; }

 a { background-color: rgb(18,105,27); }

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

border-color css

<style>
 span { border-color: #12691B; }

 span { border-color: rgb(18,105,27); }

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