Html Css Color HEX #1B6615 San Felix

📋 copy color: '#1B6615'

red 27 ◦ green 102 ◦ blue 21

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

Shades of San Felix #1B6615

Tints of San Felix #1B6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 68%

 BLUE value IS 21 (8.59% from 255) = 14%

R = 18%
G = 68%
B = 14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#1B6615 (or 0x1B6615) is known color: San Felix. HEX triplet: 1B, 66 and 15. RGB value is (27,102,21). Sum of RGB (Red+Green+Blue) = 27+102+21=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #1B6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6615 is #E499EA. Grayscale: #464646. Windows color (decimal): -14981611 or 1402395. OLE color: 1402395.

HSL color Cylindrical-coordinate representation of color #1B6615: hue angle of 115.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B6615 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 27 102 21 -
CMYK 0.74 0 0.79 0.6
HSL 115.56º 0.66% 0.24% -
HSV(B) 115.56º 0.79% 0.4% -
XYZ 5.34 9.79 2.32 -
YUV 70.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 27 102 21 0.74 0 0.79 0.6 115.56 0.66 0.24
Hex 1B 66 15 4A 0 4F 3C 74 42 18
Octal 33 146 25 112 0 117 74 164 102 30
Binary 11011 1100110 10101 1001010 0 1001111 111100 1110100 1000010 11000

Color Harmonies of #1B6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6615

Black with #1B6615

Text Example


Text Example

White with #1B6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6615; }

 p { color: rgb(27,102,21); }

 H1.HeaderClassName
 {
   color: #1B6615;
 }
 .AnyTagClassName
 {
   color: #1B6615;
 }
</style>

background-color css

<style>
 a { background-color: #1B6615; }

 a { background-color: rgb(27,102,21); }

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

border-color css

<style>
 span { border-color: #1B6615; }

 span { border-color: rgb(27,102,21); }

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