Html Css Color HEX #18601D San Felix

📋 copy color: '#18601D'

red 24 ◦ green 96 ◦ blue 29

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

Shades of San Felix #18601D

Tints of San Felix #18601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 16.11%
G = 64.43%
B = 19.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#18601D (or 0x18601D) is known color: San Felix. HEX triplet: 18, 60 and 1D. RGB value is (24,96,29). Sum of RGB (Red+Green+Blue) = 24+96+29=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #18601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601D is #E79FE2. Grayscale: #434343. Windows color (decimal): -15179747 or 1925144. OLE color: 1925144.

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

Color convert

RGB 24 96 29 -
CMYK 0.75 0 0.70 0.62
HSL 124.17º 0.6% 0.24% -
HSV(B) 124.17º 0.75% 0.38% -
XYZ 4.78 8.65 2.58 -
YUV 66.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 24 96 29 0.75 0 0.70 0.62 124.17 0.6 0.24
Hex 18 60 1D 4B 0 46 3E 7C 3C 18
Octal 30 140 35 113 0 106 76 174 74 30
Binary 11000 1100000 11101 1001011 0 1000110 111110 1111100 111100 11000

Color Harmonies of #18601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18601D

Black with #18601D

Text Example


Text Example

White with #18601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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