Html Css Color HEX #1A872A Forest Green

📋 copy color: '#1A872A'

red 26 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #1A872A

Tints of Forest Green #1A872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 12.81%
G = 66.5%
B = 20.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#1A872A (or 0x1A872A) is known color: Forest Green. HEX triplet: 1A, 87 and 2A. RGB value is (26,135,42). Sum of RGB (Red+Green+Blue) = 26+135+42=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #1A872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A872A is #E578D5. Grayscale: #5C5C5C. Windows color (decimal): -15038678 or 2787098. OLE color: 2787098.

HSL color Cylindrical-coordinate representation of color #1A872A: hue angle of 128.81º 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 #1A872A is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 135 42 -
CMYK 0.81 0 0.69 0.47
HSL 128.81º 0.68% 0.32% -
HSV(B) 128.81º 0.81% 0.53% -
XYZ 9.51 17.71 5.11 -
YUV 91.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 26 135 42 0.81 0 0.69 0.47 128.81 0.68 0.32
Hex 1A 87 2A 51 0 45 2F 81 44 20
Octal 32 207 52 121 0 105 57 201 104 40
Binary 11010 10000111 101010 1010001 0 1000101 101111 10000001 1000100 100000

Color Harmonies of #1A872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A872A

Black with #1A872A

Text Example


Text Example

White with #1A872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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