Html Css Color HEX #18661D San Felix

📋 copy color: '#18661D'

red 24 ◦ green 102 ◦ blue 29

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

Shades of San Felix #18661D

Tints of San Felix #18661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 65.81%

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

R = 15.48%
G = 65.81%
B = 18.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#18661D (or 0x18661D) is known color: San Felix. HEX triplet: 18, 66 and 1D. RGB value is (24,102,29). Sum of RGB (Red+Green+Blue) = 24+102+29=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #18661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18661D is #E799E2. Grayscale: #464646. Windows color (decimal): -15178211 or 1926680. OLE color: 1926680.

HSL color Cylindrical-coordinate representation of color #18661D: hue angle of 123.85º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18661D is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 24 102 29 -
CMYK 0.76 0 0.72 0.6
HSL 123.85º 0.62% 0.25% -
HSV(B) 123.85º 0.76% 0.4% -
XYZ 5.35 9.79 2.77 -
YUV 70.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 24 102 29 0.76 0 0.72 0.6 123.85 0.62 0.25
Hex 18 66 1D 4C 0 48 3C 7C 3E 19
Octal 30 146 35 114 0 110 74 174 76 31
Binary 11000 1100110 11101 1001100 0 1001000 111100 1111100 111110 11001

Color Harmonies of #18661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18661D

Black with #18661D

Text Example


Text Example

White with #18661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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