Html Css Color HEX #1A872F Forest Green

📋 copy color: '#1A872F'

red 26 ◦ green 135 ◦ blue 47

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

Shades of Forest Green #1A872F

Tints of Forest Green #1A872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.9%

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 12.5%
G = 64.9%
B = 22.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#1A872F (or 0x1A872F) is known color: Forest Green. HEX triplet: 1A, 87 and 2F. RGB value is (26,135,47). Sum of RGB (Red+Green+Blue) = 26+135+47=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #1A872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A872F is #E578D0. Grayscale: #5C5C5C. Windows color (decimal): -15038673 or 3114778. OLE color: 3114778.

HSL color Cylindrical-coordinate representation of color #1A872F: hue angle of 131.56º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A872F is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 135 47 -
CMYK 0.81 0 0.65 0.47
HSL 131.56º 0.68% 0.32% -
HSV(B) 131.56º 0.81% 0.53% -
XYZ 9.6 17.75 5.61 -
YUV 92.38 102.39 80.66 -
System Red Green Blue C M Y K H S L
Decimal 26 135 47 0.81 0 0.65 0.47 131.56 0.68 0.32
Hex 1A 87 2F 51 0 41 2F 84 44 20
Octal 32 207 57 121 0 101 57 204 104 40
Binary 11010 10000111 101111 1010001 0 1000001 101111 10000100 1000100 100000

Color Harmonies of #1A872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A872F

Black with #1A872F

Text Example


Text Example

White with #1A872F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,135,47); }

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

background-color css

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

 a { background-color: rgb(26,135,47); }

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

border-color css

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

 span { border-color: rgb(26,135,47); }

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