Html Css Color HEX #1F7C28 Forest Green

📋 copy color: '#1F7C28'

red 31 ◦ green 124 ◦ blue 40

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

Shades of Forest Green #1F7C28

Tints of Forest Green #1F7C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 15.9%
G = 63.59%
B = 20.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#1F7C28 (or 0x1F7C28) is known color: Forest Green. HEX triplet: 1F, 7C and 28. RGB value is (31,124,40). Sum of RGB (Red+Green+Blue) = 31+124+40=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C28 is #E083D7. Grayscale: #565656. Windows color (decimal): -14713816 or 2653215. OLE color: 2653215.

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

Color convert

RGB 31 124 40 -
CMYK 0.75 0 0.68 0.51
HSL 125.81º 0.6% 0.3% -
HSV(B) 125.81º 0.75% 0.49% -
XYZ 8.16 14.86 4.45 -
YUV 86.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 31 124 40 0.75 0 0.68 0.51 125.81 0.6 0.3
Hex 1F 7C 28 4B 0 44 33 7E 3C 1E
Octal 37 174 50 113 0 104 63 176 74 36
Binary 11111 1111100 101000 1001011 0 1000100 110011 1111110 111100 11110

Color Harmonies of #1F7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7C28

Black with #1F7C28

Text Example


Text Example

White with #1F7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,124,40); }

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

background-color css

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

 a { background-color: rgb(31,124,40); }

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

border-color css

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

 span { border-color: rgb(31,124,40); }

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