Html Css Color HEX #18611F San Felix

📋 copy color: '#18611F'

red 24 ◦ green 97 ◦ blue 31

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

Shades of San Felix #18611F

Tints of San Felix #18611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.82%

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

R = 15.79%
G = 63.82%
B = 20.39%

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

#18611F (or 0x18611F) is known color: San Felix. HEX triplet: 18, 61 and 1F. RGB value is (24,97,31). Sum of RGB (Red+Green+Blue) = 24+97+31=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #18611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18611F is #E79EE0. Grayscale: #434343. Windows color (decimal): -15179489 or 2056472. OLE color: 2056472.

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

Color convert

RGB 24 97 31 -
CMYK 0.75 0 0.68 0.62
HSL 125.75º 0.6% 0.24% -
HSV(B) 125.75º 0.75% 0.38% -
XYZ 4.9 8.84 2.74 -
YUV 67.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 24 97 31 0.75 0 0.68 0.62 125.75 0.6 0.24
Hex 18 61 1F 4B 0 44 3E 7E 3C 18
Octal 30 141 37 113 0 104 76 176 74 30
Binary 11000 1100001 11111 1001011 0 1000100 111110 1111110 111100 11000

Color Harmonies of #18611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18611F

Black with #18611F

Text Example


Text Example

White with #18611F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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