Html Css Color HEX #18671C San Felix

📋 copy color: '#18671C'

red 24 ◦ green 103 ◦ blue 28

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

Shades of San Felix #18671C

Tints of San Felix #18671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.45%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 15.48%
G = 66.45%
B = 18.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#18671C (or 0x18671C) is known color: San Felix. HEX triplet: 18, 67 and 1C. RGB value is (24,103,28). Sum of RGB (Red+Green+Blue) = 24+103+28=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #18671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18671C is #E798E3. Grayscale: #474747. Windows color (decimal): -15177956 or 1861400. OLE color: 1861400.

HSL color Cylindrical-coordinate representation of color #18671C: hue angle of 123.04º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18671C is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 103 28 -
CMYK 0.77 0 0.73 0.60
HSL 123.04º 0.62% 0.25% -
HSV(B) 123.04º 0.77% 0.4% -
XYZ 5.44 9.98 2.74 -
YUV 70.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 24 103 28 0.77 0 0.73 0.60 123.04 0.62 0.25
Hex 18 67 1C 4D 0 49 3C 7B 3E 19
Octal 30 147 34 115 0 111 74 173 76 31
Binary 11000 1100111 11100 1001101 0 1001001 111100 1111011 111110 11001

Color Harmonies of #18671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18671C

Black with #18671C

Text Example


Text Example

White with #18671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18671C; }

 p { color: rgb(24,103,28); }

 H1.HeaderClassName
 {
   color: #18671C;
 }
 .AnyTagClassName
 {
   color: #18671C;
 }
</style>

background-color css

<style>
 a { background-color: #18671C; }

 a { background-color: rgb(24,103,28); }

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

border-color css

<style>
 span { border-color: #18671C; }

 span { border-color: rgb(24,103,28); }

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