Html Css Color HEX #1A8518 Forest Green

📋 copy color: '#1A8518'

red 26 ◦ green 133 ◦ blue 24

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

Shades of Forest Green #1A8518

Tints of Forest Green #1A8518

RGB

 RED value IS 26 (10.55% from 255) = 14.21%

 GREEN value IS 133 (52.34% from 255) = 72.68%

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 14.21%
G = 72.68%
B = 13.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#1A8518 (or 0x1A8518) is known color: Forest Green. HEX triplet: 1A, 85 and 18. RGB value is (26,133,24). Sum of RGB (Red+Green+Blue) = 26+133+24=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8518 is #E57AE7. Grayscale: #585858. Windows color (decimal): -15039208 or 1606938. OLE color: 1606938.

HSL color Cylindrical-coordinate representation of color #1A8518: hue angle of 118.9º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8518 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 24 -
CMYK 0.80 0 0.82 0.48
HSL 118.9º 0.69% 0.31% -
HSV(B) 118.9º 0.82% 0.52% -
XYZ 8.98 17.06 3.68 -
YUV 88.58 91.55 83.36 -
System Red Green Blue C M Y K H S L
Decimal 26 133 24 0.80 0 0.82 0.48 118.9 0.69 0.31
Hex 1A 85 18 50 0 52 30 77 45 1F
Octal 32 205 30 120 0 122 60 167 105 37
Binary 11010 10000101 11000 1010000 0 1010010 110000 1110111 1000101 11111

Color Harmonies of #1A8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8518

Black with #1A8518

Text Example


Text Example

White with #1A8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A8518; }

 p { color: rgb(26,133,24); }

 H1.HeaderClassName
 {
   color: #1A8518;
 }
 .AnyTagClassName
 {
   color: #1A8518;
 }
</style>

background-color css

<style>
 a { background-color: #1A8518; }

 a { background-color: rgb(26,133,24); }

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

border-color css

<style>
 span { border-color: #1A8518; }

 span { border-color: rgb(26,133,24); }

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