Html Css Color HEX #1C711C San Felix

📋 copy color: '#1C711C'

red 28 ◦ green 113 ◦ blue 28

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

Shades of San Felix #1C711C

Tints of San Felix #1C711C

RGB

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

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

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

R = 16.57%
G = 66.86%
B = 16.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#1C711C (or 0x1C711C) is known color: San Felix. HEX triplet: 1C, 71 and 1C. RGB value is (28,113,28). Sum of RGB (Red+Green+Blue) = 28+113+28=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #1C711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C711C is #E38EE3. Grayscale: #4E4E4E. Windows color (decimal): -14913252 or 1863964. OLE color: 1863964.

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

Color convert

RGB 28 113 28 -
CMYK 0.75 0 0.75 0.56
HSL 120º 0.6% 0.28% -
HSV(B) 120º 0.75% 0.44% -
XYZ 6.59 12.14 3.09 -
YUV 77.9 99.84 92.41 -
System Red Green Blue C M Y K H S L
Decimal 28 113 28 0.75 0 0.75 0.56 120 0.6 0.28
Hex 1C 71 1C 4B 0 4B 38 78 3C 1C
Octal 34 161 34 113 0 113 70 170 74 34
Binary 11100 1110001 11100 1001011 0 1001011 111000 1111000 111100 11100

Color Harmonies of #1C711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C711C

Black with #1C711C

Text Example


Text Example

White with #1C711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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