Html Css Color HEX #1C6626 San Felix

📋 copy color: '#1C6626'

red 28 ◦ green 102 ◦ blue 38

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

Shades of San Felix #1C6626

Tints of San Felix #1C6626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60.71%

 BLUE value IS 38 (15.23% from 255) = 22.62%

R = 16.67%
G = 60.71%
B = 22.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#1C6626 (or 0x1C6626) is known color: San Felix. HEX triplet: 1C, 66 and 26. RGB value is (28,102,38). Sum of RGB (Red+Green+Blue) = 28+102+38=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6626 is #E399D9. Grayscale: #484848. Windows color (decimal): -14916058 or 2516508. OLE color: 2516508.

HSL color Cylindrical-coordinate representation of color #1C6626: hue angle of 128.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6626 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 28 102 38 -
CMYK 0.73 0 0.63 0.6
HSL 128.11º 0.57% 0.25% -
HSV(B) 128.11º 0.73% 0.4% -
XYZ 5.58 9.89 3.45 -
YUV 72.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 28 102 38 0.73 0 0.63 0.6 128.11 0.57 0.25
Hex 1C 66 26 49 0 3F 3C 80 39 19
Octal 34 146 46 111 0 77 74 200 71 31
Binary 11100 1100110 100110 1001001 0 111111 111100 10000000 111001 11001

Color Harmonies of #1C6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6626

Black with #1C6626

Text Example


Text Example

White with #1C6626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,102,38); }

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

background-color css

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

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

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

border-color css

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

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

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