Html Css Color HEX #1C7422 San Felix

📋 copy color: '#1C7422'

red 28 ◦ green 116 ◦ blue 34

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

Shades of San Felix #1C7422

Tints of San Felix #1C7422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 65.17%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 15.73%
G = 65.17%
B = 19.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#1C7422 (or 0x1C7422) is known color: San Felix. HEX triplet: 1C, 74 and 22. RGB value is (28,116,34). Sum of RGB (Red+Green+Blue) = 28+116+34=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7422 is #E38BDD. Grayscale: #505050. Windows color (decimal): -14912478 or 2257948. OLE color: 2257948.

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

Color convert

RGB 28 116 34 -
CMYK 0.76 0 0.71 0.55
HSL 124.09º 0.61% 0.28% -
HSV(B) 124.09º 0.76% 0.45% -
XYZ 7.01 12.85 3.62 -
YUV 80.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 28 116 34 0.76 0 0.71 0.55 124.09 0.61 0.28
Hex 1C 74 22 4C 0 47 37 7C 3D 1C
Octal 34 164 42 114 0 107 67 174 75 34
Binary 11100 1110100 100010 1001100 0 1000111 110111 1111100 111101 11100

Color Harmonies of #1C7422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7422

Black with #1C7422

Text Example


Text Example

White with #1C7422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,116,34); }

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

background-color css

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

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

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

border-color css

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

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

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