#1F9623

Color #1F9623 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1F9623

Tints of Forest Green #1F9623

Color information

#1F9623 (or 0x1F9623) is unknown color: approx Forest Green. HEX triplet: 1F, 96 and 23. RGB value is (31,150,35). Sum of RGB (Red+Green+Blue) = 31+150+35=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9623 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9623 is #E069DC. Grayscale: #656565. Windows color (decimal): -14707165 or 2332191. OLE color: 2332191.

HSL color Cylindrical-coordinate representation of color #1F9623: hue angle of 122.02º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9623 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB3115035-
CMYK0.7900.770.41
HSL122.02º65.75%35.49%-
HSV(B)122.02º79.33%58.82%-
XYZ11.7722.235.26-
YUV101.3190.5877.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 150 (58.98% from 255) = 69.44%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=14.35%
G=69.44%
B=16.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150350.7900.770.41122.0265.7535.49
Hex1F96234F04D297a4223
Octal372264311701155117210243
Binary111111001011010001110011110100110110100111110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,35); }

 H1.HeaderClassName
 {
   color: #1F9623;
 }
 .AnyTagClassName
 {
   color: #1F9623;
 }
</style>
background-color css

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

 a { background-color: rgb(31,150,35); }

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

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

 span { border-color: rgb(31,150,35); }

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