Html Css Color HEX #1F822F Forest Green

📋 copy color: '#1F822F'

red 31 ◦ green 130 ◦ blue 47

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

Shades of Forest Green #1F822F

Tints of Forest Green #1F822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 14.9%
G = 62.5%
B = 22.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#1F822F (or 0x1F822F) is known color: Forest Green. HEX triplet: 1F, 82 and 2F. RGB value is (31,130,47). Sum of RGB (Red+Green+Blue) = 31+130+47=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #1F822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F822F is #E07DD0. Grayscale: #5B5B5B. Windows color (decimal): -14712273 or 3113503. OLE color: 3113503.

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

Color convert

RGB 31 130 47 -
CMYK 0.76 0 0.64 0.49
HSL 129.7º 0.61% 0.32% -
HSV(B) 129.7º 0.76% 0.51% -
XYZ 9.06 16.46 5.39 -
YUV 90.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 31 130 47 0.76 0 0.64 0.49 129.7 0.61 0.32
Hex 1F 82 2F 4C 0 40 31 82 3D 20
Octal 37 202 57 114 0 100 61 202 75 40
Binary 11111 10000010 101111 1001100 0 1000000 110001 10000010 111101 100000

Color Harmonies of #1F822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F822F

Black with #1F822F

Text Example


Text Example

White with #1F822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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