Html Css Color HEX #18601C San Felix

📋 copy color: '#18601C'

red 24 ◦ green 96 ◦ blue 28

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

Shades of San Felix #18601C

Tints of San Felix #18601C

RGB

 RED value IS 24 (9.77% from 255) = 16.22%

 GREEN value IS 96 (37.89% from 255) = 64.86%

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 16.22%
G = 64.86%
B = 18.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#18601C (or 0x18601C) is known color: San Felix. HEX triplet: 18, 60 and 1C. RGB value is (24,96,28). Sum of RGB (Red+Green+Blue) = 24+96+28=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #18601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601C is #E79FE3. Grayscale: #424242. Windows color (decimal): -15179748 or 1859608. OLE color: 1859608.

HSL color Cylindrical-coordinate representation of color #18601C: hue angle of 123.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18601C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 28 -
CMYK 0.75 0 0.71 0.62
HSL 123.33º 0.6% 0.24% -
HSV(B) 123.33º 0.75% 0.38% -
XYZ 4.77 8.64 2.52 -
YUV 66.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 24 96 28 0.75 0 0.71 0.62 123.33 0.6 0.24
Hex 18 60 1C 4B 0 47 3E 7B 3C 18
Octal 30 140 34 113 0 107 76 173 74 30
Binary 11000 1100000 11100 1001011 0 1000111 111110 1111011 111100 11000

Color Harmonies of #18601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18601C

Black with #18601C

Text Example


Text Example

White with #18601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18601C; }

 p { color: rgb(24,96,28); }

 H1.HeaderClassName
 {
   color: #18601C;
 }
 .AnyTagClassName
 {
   color: #18601C;
 }
</style>

background-color css

<style>
 a { background-color: #18601C; }

 a { background-color: rgb(24,96,28); }

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

border-color css

<style>
 span { border-color: #18601C; }

 span { border-color: rgb(24,96,28); }

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