Html Css Color HEX #18601F San Felix

📋 copy color: '#18601F'

red 24 ◦ green 96 ◦ blue 31

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

Shades of San Felix #18601F

Tints of San Felix #18601F

RGB

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

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

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

R = 15.89%
G = 63.58%
B = 20.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#18601F (or 0x18601F) is known color: San Felix. HEX triplet: 18, 60 and 1F. RGB value is (24,96,31). Sum of RGB (Red+Green+Blue) = 24+96+31=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #18601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601F is #E79FE0. Grayscale: #434343. Windows color (decimal): -15179745 or 2056216. OLE color: 2056216.

HSL color Cylindrical-coordinate representation of color #18601F: hue angle of 125.83º 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 #18601F is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 31 -
CMYK 0.75 0 0.68 0.62
HSL 125.83º 0.6% 0.24% -
HSV(B) 125.83º 0.75% 0.38% -
XYZ 4.81 8.66 2.71 -
YUV 67.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 24 96 31 0.75 0 0.68 0.62 125.83 0.6 0.24
Hex 18 60 1F 4B 0 44 3E 7E 3C 18
Octal 30 140 37 113 0 104 76 176 74 30
Binary 11000 1100000 11111 1001011 0 1000100 111110 1111110 111100 11000

Color Harmonies of #18601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18601F

Black with #18601F

Text Example


Text Example

White with #18601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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