Html Css Color HEX #1F940A Forest Green

📋 copy color: '#1F940A'

red 31 ◦ green 148 ◦ blue 10

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

Shades of Forest Green #1F940A

Tints of Forest Green #1F940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 78.31%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 16.4%
G = 78.31%
B = 5.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#1F940A (or 0x1F940A) is known color: Forest Green. HEX triplet: 1F, 94 and 0A. RGB value is (31,148,10). Sum of RGB (Red+Green+Blue) = 31+148+10=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 148 (58.20% from 255 or 78.31% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 148 - color contains mainly: green. Hex color #1F940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F940A is #E06BF5. Grayscale: #616161. Windows color (decimal): -14707702 or 693279. OLE color: 693279.

HSL color Cylindrical-coordinate representation of color #1F940A: hue angle of 110.87º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F940A is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 148 10 -
CMYK 0.79 0 0.93 0.42
HSL 110.87º 0.87% 0.31% -
HSV(B) 110.87º 0.93% 0.58% -
XYZ 11.21 21.49 3.84 -
YUV 97.29 78.74 80.72 -
System Red Green Blue C M Y K H S L
Decimal 31 148 10 0.79 0 0.93 0.42 110.87 0.87 0.31
Hex 1F 94 A 4F 0 5D 2A 6F 57 1F
Octal 37 224 12 117 0 135 52 157 127 37
Binary 11111 10010100 1010 1001111 0 1011101 101010 1101111 1010111 11111

Color Harmonies of #1F940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F940A

Black with #1F940A

Text Example


Text Example

White with #1F940A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,10); }

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

background-color css

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

 a { background-color: rgb(31,148,10); }

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

border-color css

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

 span { border-color: rgb(31,148,10); }

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