Html Css Color HEX #18701F San Felix

📋 copy color: '#18701F'

red 24 ◦ green 112 ◦ blue 31

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

Shades of San Felix #18701F

Tints of San Felix #18701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 14.37%
G = 67.07%
B = 18.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#18701F (or 0x18701F) is known color: San Felix. HEX triplet: 18, 70 and 1F. RGB value is (24,112,31). Sum of RGB (Red+Green+Blue) = 24+112+31=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #18701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18701F is #E78FE0. Grayscale: #4C4C4C. Windows color (decimal): -15175649 or 2060312. OLE color: 2060312.

HSL color Cylindrical-coordinate representation of color #18701F: hue angle of 124.77º 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 #18701F is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 31 -
CMYK 0.79 0 0.72 0.56
HSL 124.77º 0.65% 0.27% -
HSV(B) 124.77º 0.79% 0.44% -
XYZ 6.42 11.88 3.25 -
YUV 76.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 24 112 31 0.79 0 0.72 0.56 124.77 0.65 0.27
Hex 18 70 1F 4F 0 48 38 7D 41 1B
Octal 30 160 37 117 0 110 70 175 101 33
Binary 11000 1110000 11111 1001111 0 1001000 111000 1111101 1000001 11011

Color Harmonies of #18701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18701F

Black with #18701F

Text Example


Text Example

White with #18701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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