Html Css Color HEX #1F8231 Forest Green

📋 copy color: '#1F8231'

red 31 ◦ green 130 ◦ blue 49

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

Shades of Forest Green #1F8231

Tints of Forest Green #1F8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.9%

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 14.76%
G = 61.9%
B = 23.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#1F8231 (or 0x1F8231) is known color: Forest Green. HEX triplet: 1F, 82 and 31. RGB value is (31,130,49). Sum of RGB (Red+Green+Blue) = 31+130+49=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8231 is #E07DCE. Grayscale: #5B5B5B. Windows color (decimal): -14712271 or 3244575. OLE color: 3244575.

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

Color convert

RGB 31 130 49 -
CMYK 0.76 0 0.62 0.49
HSL 130.91º 0.61% 0.32% -
HSV(B) 130.91º 0.76% 0.51% -
XYZ 9.1 16.48 5.61 -
YUV 91.17 104.2 85.09 -
System Red Green Blue C M Y K H S L
Decimal 31 130 49 0.76 0 0.62 0.49 130.91 0.61 0.32
Hex 1F 82 31 4C 0 3E 31 83 3D 20
Octal 37 202 61 114 0 76 61 203 75 40
Binary 11111 10000010 110001 1001100 0 111110 110001 10000011 111101 100000

Color Harmonies of #1F8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8231

Black with #1F8231

Text Example


Text Example

White with #1F8231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,49); }

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

background-color css

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

 a { background-color: rgb(31,130,49); }

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

border-color css

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

 span { border-color: rgb(31,130,49); }

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