Html Css Color HEX #1F8230 Forest Green

📋 copy color: '#1F8230'

red 31 ◦ green 130 ◦ blue 48

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

Shades of Forest Green #1F8230

Tints of Forest Green #1F8230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 14.83%
G = 62.2%
B = 22.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#1F8230 (or 0x1F8230) is known color: Forest Green. HEX triplet: 1F, 82 and 30. RGB value is (31,130,48). Sum of RGB (Red+Green+Blue) = 31+130+48=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8230 is #E07DCF. Grayscale: #5B5B5B. Windows color (decimal): -14712272 or 3179039. OLE color: 3179039.

HSL color Cylindrical-coordinate representation of color #1F8230: hue angle of 130.3º 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 #1F8230 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 48 -
CMYK 0.76 0 0.63 0.49
HSL 130.3º 0.61% 0.32% -
HSV(B) 130.3º 0.76% 0.51% -
XYZ 9.08 16.47 5.5 -
YUV 91.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 31 130 48 0.76 0 0.63 0.49 130.3 0.61 0.32
Hex 1F 82 30 4C 0 3F 31 82 3D 20
Octal 37 202 60 114 0 77 61 202 75 40
Binary 11111 10000010 110000 1001100 0 111111 110001 10000010 111101 100000

Color Harmonies of #1F8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8230

Black with #1F8230

Text Example


Text Example

White with #1F8230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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