Html Css Color HEX #18721F San Felix

📋 copy color: '#18721F'

red 24 ◦ green 114 ◦ blue 31

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

Shades of San Felix #18721F

Tints of San Felix #18721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 67.46%

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

R = 14.2%
G = 67.46%
B = 18.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#18721F (or 0x18721F) is known color: San Felix. HEX triplet: 18, 72 and 1F. RGB value is (24,114,31). Sum of RGB (Red+Green+Blue) = 24+114+31=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #18721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18721F is #E78DE0. Grayscale: #4D4D4D. Windows color (decimal): -15175137 or 2060824. OLE color: 2060824.

HSL color Cylindrical-coordinate representation of color #18721F: hue angle of 124.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18721F is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 114 31 -
CMYK 0.79 0 0.73 0.55
HSL 124.67º 0.65% 0.27% -
HSV(B) 124.67º 0.79% 0.45% -
XYZ 6.64 12.33 3.33 -
YUV 77.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 24 114 31 0.79 0 0.73 0.55 124.67 0.65 0.27
Hex 18 72 1F 4F 0 49 37 7D 41 1B
Octal 30 162 37 117 0 111 67 175 101 33
Binary 11000 1110010 11111 1001111 0 1001001 110111 1111101 1000001 11011

Color Harmonies of #18721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18721F

Black with #18721F

Text Example


Text Example

White with #18721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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