Html Css Color HEX #1C7220 San Felix

📋 copy color: '#1C7220'

red 28 ◦ green 114 ◦ blue 32

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

Shades of San Felix #1C7220

Tints of San Felix #1C7220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.52%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 16.09%
G = 65.52%
B = 18.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#1C7220 (or 0x1C7220) is known color: San Felix. HEX triplet: 1C, 72 and 20. RGB value is (28,114,32). Sum of RGB (Red+Green+Blue) = 28+114+32=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7220 is #E38DDF. Grayscale: #4F4F4F. Windows color (decimal): -14912992 or 2126364. OLE color: 2126364.

HSL color Cylindrical-coordinate representation of color #1C7220: hue angle of 122.79º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7220 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 114 32 -
CMYK 0.75 0 0.72 0.55
HSL 122.79º 0.61% 0.28% -
HSV(B) 122.79º 0.75% 0.45% -
XYZ 6.76 12.39 3.4 -
YUV 78.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 28 114 32 0.75 0 0.72 0.55 122.79 0.61 0.28
Hex 1C 72 20 4B 0 48 37 7B 3D 1C
Octal 34 162 40 113 0 110 67 173 75 34
Binary 11100 1110010 100000 1001011 0 1001000 110111 1111011 111101 11100

Color Harmonies of #1C7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7220

Black with #1C7220

Text Example


Text Example

White with #1C7220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,114,32); }

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

background-color css

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

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

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

border-color css

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

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

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