Html Css Color HEX #1C711D San Felix

📋 copy color: '#1C711D'

red 28 ◦ green 113 ◦ blue 29

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

Shades of San Felix #1C711D

Tints of San Felix #1C711D

RGB

 RED value IS 28 (11.33% from 255) = 16.47%

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

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

R = 16.47%
G = 66.47%
B = 17.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#1C711D (or 0x1C711D) is known color: San Felix. HEX triplet: 1C, 71 and 1D. RGB value is (28,113,29). Sum of RGB (Red+Green+Blue) = 28+113+29=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #1C711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C711D is #E38EE2. Grayscale: #4E4E4E. Windows color (decimal): -14913251 or 1929500. OLE color: 1929500.

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

Color convert

RGB 28 113 29 -
CMYK 0.75 0 0.74 0.56
HSL 120.71º 0.6% 0.28% -
HSV(B) 120.71º 0.75% 0.44% -
XYZ 6.61 12.15 3.16 -
YUV 78.01 100.34 92.33 -
System Red Green Blue C M Y K H S L
Decimal 28 113 29 0.75 0 0.74 0.56 120.71 0.6 0.28
Hex 1C 71 1D 4B 0 4A 38 79 3C 1C
Octal 34 161 35 113 0 112 70 171 74 34
Binary 11100 1110001 11101 1001011 0 1001010 111000 1111001 111100 11100

Color Harmonies of #1C711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C711D

Black with #1C711D

Text Example


Text Example

White with #1C711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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