Html Css Color HEX #1B711D San Felix

📋 copy color: '#1B711D'

red 27 ◦ green 113 ◦ blue 29

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

Shades of San Felix #1B711D

Tints of San Felix #1B711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 66.86%

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

R = 15.98%
G = 66.86%
B = 17.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#1B711D (or 0x1B711D) is known color: San Felix. HEX triplet: 1B, 71 and 1D. RGB value is (27,113,29). Sum of RGB (Red+Green+Blue) = 27+113+29=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #1B711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B711D is #E48EE2. Grayscale: #4D4D4D. Windows color (decimal): -14978787 or 1929499. OLE color: 1929499.

HSL color Cylindrical-coordinate representation of color #1B711D: hue angle of 121.4º 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 #1B711D is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 113 29 -
CMYK 0.76 0 0.74 0.56
HSL 121.4º 0.61% 0.27% -
HSV(B) 121.4º 0.76% 0.44% -
XYZ 6.58 12.13 3.16 -
YUV 77.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 27 113 29 0.76 0 0.74 0.56 121.4 0.61 0.27
Hex 1B 71 1D 4C 0 4A 38 79 3D 1B
Octal 33 161 35 114 0 112 70 171 75 33
Binary 11011 1110001 11101 1001100 0 1001010 111000 1111001 111101 11011

Color Harmonies of #1B711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B711D

Black with #1B711D

Text Example


Text Example

White with #1B711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,113,29); }

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

background-color css

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

 a { background-color: rgb(27,113,29); }

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

border-color css

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

 span { border-color: rgb(27,113,29); }

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