Html Css Color HEX #1B701C San Felix

📋 copy color: '#1B701C'

red 27 ◦ green 112 ◦ blue 28

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

Shades of San Felix #1B701C

Tints of San Felix #1B701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.07%

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 16.17%
G = 67.07%
B = 16.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#1B701C (or 0x1B701C) is known color: San Felix. HEX triplet: 1B, 70 and 1C. RGB value is (27,112,28). Sum of RGB (Red+Green+Blue) = 27+112+28=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #1B701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B701C is #E48FE3. Grayscale: #4D4D4D. Windows color (decimal): -14979044 or 1863707. OLE color: 1863707.

HSL color Cylindrical-coordinate representation of color #1B701C: hue angle of 120.71º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B701C is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 112 28 -
CMYK 0.76 0 0.75 0.56
HSL 120.71º 0.61% 0.27% -
HSV(B) 120.71º 0.76% 0.44% -
XYZ 6.46 11.91 3.06 -
YUV 77.01 100.34 92.33 -
System Red Green Blue C M Y K H S L
Decimal 27 112 28 0.76 0 0.75 0.56 120.71 0.61 0.27
Hex 1B 70 1C 4C 0 4B 38 79 3D 1B
Octal 33 160 34 114 0 113 70 171 75 33
Binary 11011 1110000 11100 1001100 0 1001011 111000 1111001 111101 11011

Color Harmonies of #1B701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B701C

Black with #1B701C

Text Example


Text Example

White with #1B701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,112,28); }

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

background-color css

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

 a { background-color: rgb(27,112,28); }

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

border-color css

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

 span { border-color: rgb(27,112,28); }

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