Html Css Color HEX #1C6928 San Felix

📋 copy color: '#1C6928'

red 28 ◦ green 105 ◦ blue 40

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

Shades of San Felix #1C6928

Tints of San Felix #1C6928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.69%

 BLUE value IS 40 (16.02% from 255) = 23.12%

R = 16.18%
G = 60.69%
B = 23.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#1C6928 (or 0x1C6928) is known color: San Felix. HEX triplet: 1C, 69 and 28. RGB value is (28,105,40). Sum of RGB (Red+Green+Blue) = 28+105+40=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6928 is #E396D7. Grayscale: #4A4A4A. Windows color (decimal): -14915288 or 2648348. OLE color: 2648348.

HSL color Cylindrical-coordinate representation of color #1C6928: hue angle of 129.35º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6928 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 105 40 -
CMYK 0.73 0 0.62 0.59
HSL 129.35º 0.58% 0.26% -
HSV(B) 129.35º 0.73% 0.41% -
XYZ 5.91 10.5 3.72 -
YUV 74.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 28 105 40 0.73 0 0.62 0.59 129.35 0.58 0.26
Hex 1C 69 28 49 0 3E 3B 81 3A 1A
Octal 34 151 50 111 0 76 73 201 72 32
Binary 11100 1101001 101000 1001001 0 111110 111011 10000001 111010 11010

Color Harmonies of #1C6928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6928

Black with #1C6928

Text Example


Text Example

White with #1C6928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,105,40); }

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

background-color css

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

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

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

border-color css

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

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

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