Html Css Color HEX #18701E San Felix

📋 copy color: '#18701E'

red 24 ◦ green 112 ◦ blue 30

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

Shades of San Felix #18701E

Tints of San Felix #18701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.47%

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 14.46%
G = 67.47%
B = 18.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#18701E (or 0x18701E) is known color: San Felix. HEX triplet: 18, 70 and 1E. RGB value is (24,112,30). Sum of RGB (Red+Green+Blue) = 24+112+30=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #18701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18701E is #E78FE1. Grayscale: #4C4C4C. Windows color (decimal): -15175650 or 1994776. OLE color: 1994776.

HSL color Cylindrical-coordinate representation of color #18701E: hue angle of 124.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18701E is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 30 -
CMYK 0.79 0 0.73 0.56
HSL 124.09º 0.65% 0.27% -
HSV(B) 124.09º 0.79% 0.44% -
XYZ 6.41 11.88 3.18 -
YUV 76.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 24 112 30 0.79 0 0.73 0.56 124.09 0.65 0.27
Hex 18 70 1E 4F 0 49 38 7C 41 1B
Octal 30 160 36 117 0 111 70 174 101 33
Binary 11000 1110000 11110 1001111 0 1001001 111000 1111100 1000001 11011

Color Harmonies of #18701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18701E

Black with #18701E

Text Example


Text Example

White with #18701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18701E; }

 p { color: rgb(24,112,30); }

 H1.HeaderClassName
 {
   color: #18701E;
 }
 .AnyTagClassName
 {
   color: #18701E;
 }
</style>

background-color css

<style>
 a { background-color: #18701E; }

 a { background-color: rgb(24,112,30); }

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

border-color css

<style>
 span { border-color: #18701E; }

 span { border-color: rgb(24,112,30); }

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