Html Css Color HEX #1A7C2B Forest Green

📋 copy color: '#1A7C2B'

red 26 ◦ green 124 ◦ blue 43

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

Shades of Forest Green #1A7C2B

Tints of Forest Green #1A7C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 64.25%

 BLUE value IS 43 (17.19% from 255) = 22.28%

R = 13.47%
G = 64.25%
B = 22.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#1A7C2B (or 0x1A7C2B) is known color: Forest Green. HEX triplet: 1A, 7C and 2B. RGB value is (26,124,43). Sum of RGB (Red+Green+Blue) = 26+124+43=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C2B is #E583D4. Grayscale: #555555. Windows color (decimal): -15041493 or 2849818. OLE color: 2849818.

HSL color Cylindrical-coordinate representation of color #1A7C2B: hue angle of 130.41º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C2B is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 124 43 -
CMYK 0.79 0 0.65 0.51
HSL 130.41º 0.65% 0.29% -
HSV(B) 130.41º 0.79% 0.49% -
XYZ 8.07 14.81 4.72 -
YUV 85.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 26 124 43 0.79 0 0.65 0.51 130.41 0.65 0.29
Hex 1A 7C 2B 4F 0 41 33 82 41 1D
Octal 32 174 53 117 0 101 63 202 101 35
Binary 11010 1111100 101011 1001111 0 1000001 110011 10000010 1000001 11101

Color Harmonies of #1A7C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7C2B

Black with #1A7C2B

Text Example


Text Example

White with #1A7C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,124,43); }

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

background-color css

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

 a { background-color: rgb(26,124,43); }

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

border-color css

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

 span { border-color: rgb(26,124,43); }

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