Html Css Color HEX #18701C San Felix

📋 copy color: '#18701C'

red 24 ◦ green 112 ◦ blue 28

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

Shades of San Felix #18701C

Tints of San Felix #18701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 68.29%

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

R = 14.63%
G = 68.29%
B = 17.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#18701C (or 0x18701C) is known color: San Felix. HEX triplet: 18, 70 and 1C. RGB value is (24,112,28). Sum of RGB (Red+Green+Blue) = 24+112+28=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #18701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18701C is #E78FE3. Grayscale: #4C4C4C. Windows color (decimal): -15175652 or 1863704. OLE color: 1863704.

HSL color Cylindrical-coordinate representation of color #18701C: hue angle of 122.73º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18701C is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 28 -
CMYK 0.79 0 0.75 0.56
HSL 122.73º 0.65% 0.27% -
HSV(B) 122.73º 0.79% 0.44% -
XYZ 6.38 11.87 3.05 -
YUV 76.11 100.85 90.83 -
System Red Green Blue C M Y K H S L
Decimal 24 112 28 0.79 0 0.75 0.56 122.73 0.65 0.27
Hex 18 70 1C 4F 0 4B 38 7B 41 1B
Octal 30 160 34 117 0 113 70 173 101 33
Binary 11000 1110000 11100 1001111 0 1001011 111000 1111011 1000001 11011

Color Harmonies of #18701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18701C

Black with #18701C

Text Example


Text Example

White with #18701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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