Html Css Color HEX #1F9428 Forest Green

📋 copy color: '#1F9428'

red 31 ◦ green 148 ◦ blue 40

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

Shades of Forest Green #1F9428

Tints of Forest Green #1F9428

RGB

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

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

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

R = 14.16%
G = 67.58%
B = 18.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#1F9428 (or 0x1F9428) is known color: Forest Green. HEX triplet: 1F, 94 and 28. RGB value is (31,148,40). Sum of RGB (Red+Green+Blue) = 31+148+40=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 148 (58.20% from 255 or 67.58% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9428 is #E06BD7. Grayscale: #656565. Windows color (decimal): -14707672 or 2659359. OLE color: 2659359.

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

Color convert

RGB 31 148 40 -
CMYK 0.79 0 0.73 0.42
HSL 124.62º 0.65% 0.35% -
HSV(B) 124.62º 0.79% 0.58% -
XYZ 11.54 21.62 5.57 -
YUV 100.71 93.74 78.28 -
System Red Green Blue C M Y K H S L
Decimal 31 148 40 0.79 0 0.73 0.42 124.62 0.65 0.35
Hex 1F 94 28 4F 0 49 2A 7D 41 23
Octal 37 224 50 117 0 111 52 175 101 43
Binary 11111 10010100 101000 1001111 0 1001001 101010 1111101 1000001 100011

Color Harmonies of #1F9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9428

Black with #1F9428

Text Example


Text Example

White with #1F9428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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