Html Css Color HEX #1A841C Forest Green

📋 copy color: '#1A841C'

red 26 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #1A841C

Tints of Forest Green #1A841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.97%

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

R = 13.98%
G = 70.97%
B = 15.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#1A841C (or 0x1A841C) is known color: Forest Green. HEX triplet: 1A, 84 and 1C. RGB value is (26,132,28). Sum of RGB (Red+Green+Blue) = 26+132+28=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #1A841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A841C is #E57BE3. Grayscale: #585858. Windows color (decimal): -15039460 or 1868826. OLE color: 1868826.

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

Color convert

RGB 26 132 28 -
CMYK 0.80 0 0.79 0.48
HSL 121.13º 0.67% 0.31% -
HSV(B) 121.13º 0.8% 0.52% -
XYZ 8.89 16.81 3.87 -
YUV 88.45 93.88 83.46 -
System Red Green Blue C M Y K H S L
Decimal 26 132 28 0.80 0 0.79 0.48 121.13 0.67 0.31
Hex 1A 84 1C 50 0 4F 30 79 43 1F
Octal 32 204 34 120 0 117 60 171 103 37
Binary 11010 10000100 11100 1010000 0 1001111 110000 1111001 1000011 11111

Color Harmonies of #1A841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A841C

Black with #1A841C

Text Example


Text Example

White with #1A841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,132,28); }

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

background-color css

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

 a { background-color: rgb(26,132,28); }

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

border-color css

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

 span { border-color: rgb(26,132,28); }

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