Html Css Color HEX #1F7E2B Forest Green

📋 copy color: '#1F7E2B'

red 31 ◦ green 126 ◦ blue 43

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

Shades of Forest Green #1F7E2B

Tints of Forest Green #1F7E2B

RGB

 RED value IS 31 (12.5% from 255) = 15.5%

 GREEN value IS 126 (49.61% from 255) = 63%

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

R = 15.5%
G = 63%
B = 21.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#1F7E2B (or 0x1F7E2B) is known color: Forest Green. HEX triplet: 1F, 7E and 2B. RGB value is (31,126,43). Sum of RGB (Red+Green+Blue) = 31+126+43=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E2B is #E081D4. Grayscale: #585858. Windows color (decimal): -14713301 or 2850335. OLE color: 2850335.

HSL color Cylindrical-coordinate representation of color #1F7E2B: hue angle of 127.58º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E2B is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 126 43 -
CMYK 0.75 0 0.66 0.51
HSL 127.58º 0.61% 0.31% -
HSV(B) 127.58º 0.75% 0.49% -
XYZ 8.46 15.39 4.81 -
YUV 88.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 31 126 43 0.75 0 0.66 0.51 127.58 0.61 0.31
Hex 1F 7E 2B 4B 0 42 33 80 3D 1F
Octal 37 176 53 113 0 102 63 200 75 37
Binary 11111 1111110 101011 1001011 0 1000010 110011 10000000 111101 11111

Color Harmonies of #1F7E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7E2B

Black with #1F7E2B

Text Example


Text Example

White with #1F7E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,126,43); }

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

background-color css

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

 a { background-color: rgb(31,126,43); }

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

border-color css

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

 span { border-color: rgb(31,126,43); }

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