Html Css Color HEX #1A8512 Forest Green

📋 copy color: '#1A8512'

red 26 ◦ green 133 ◦ blue 18

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

Shades of Forest Green #1A8512

Tints of Forest Green #1A8512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 14.69%
G = 75.14%
B = 10.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#1A8512 (or 0x1A8512) is known color: Forest Green. HEX triplet: 1A, 85 and 12. RGB value is (26,133,18). Sum of RGB (Red+Green+Blue) = 26+133+18=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8512 is #E57AED. Grayscale: #585858. Windows color (decimal): -15039214 or 1213722. OLE color: 1213722.

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

Color convert

RGB 26 133 18 -
CMYK 0.80 0 0.86 0.48
HSL 115.83º 0.76% 0.3% -
HSV(B) 115.83º 0.86% 0.52% -
XYZ 8.92 17.04 3.39 -
YUV 87.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 26 133 18 0.80 0 0.86 0.48 115.83 0.76 0.3
Hex 1A 85 12 50 0 56 30 74 4C 1E
Octal 32 205 22 120 0 126 60 164 114 36
Binary 11010 10000101 10010 1010000 0 1010110 110000 1110100 1001100 11110

Color Harmonies of #1A8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8512

Black with #1A8512

Text Example


Text Example

White with #1A8512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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