Html Css Color HEX #1C712A San Felix

📋 copy color: '#1C712A'

red 28 ◦ green 113 ◦ blue 42

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

Shades of San Felix #1C712A

Tints of San Felix #1C712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 15.3%
G = 61.75%
B = 22.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#1C712A (or 0x1C712A) is known color: San Felix. HEX triplet: 1C, 71 and 2A. RGB value is (28,113,42). Sum of RGB (Red+Green+Blue) = 28+113+42=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #1C712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C712A is #E38ED5. Grayscale: #4F4F4F. Windows color (decimal): -14913238 or 2781468. OLE color: 2781468.

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

Color convert

RGB 28 113 42 -
CMYK 0.75 0 0.63 0.56
HSL 129.88º 0.6% 0.28% -
HSV(B) 129.88º 0.75% 0.44% -
XYZ 6.8 12.22 4.19 -
YUV 79.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 28 113 42 0.75 0 0.63 0.56 129.88 0.6 0.28
Hex 1C 71 2A 4B 0 3F 38 82 3C 1C
Octal 34 161 52 113 0 77 70 202 74 34
Binary 11100 1110001 101010 1001011 0 111111 111000 10000010 111100 11100

Color Harmonies of #1C712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C712A

Black with #1C712A

Text Example


Text Example

White with #1C712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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