Html Css Color HEX #1F851A Forest Green

📋 copy color: '#1F851A'

red 31 ◦ green 133 ◦ blue 26

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

Shades of Forest Green #1F851A

Tints of Forest Green #1F851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 16.32%
G = 70%
B = 13.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#1F851A (or 0x1F851A) is known color: Forest Green. HEX triplet: 1F, 85 and 1A. RGB value is (31,133,26). Sum of RGB (Red+Green+Blue) = 31+133+26=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #1F851A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F851A is #E07AE5. Grayscale: #5A5A5A. Windows color (decimal): -14711526 or 1738015. OLE color: 1738015.

HSL color Cylindrical-coordinate representation of color #1F851A: hue angle of 117.2º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F851A is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 133 26 -
CMYK 0.77 0 0.80 0.48
HSL 117.2º 0.67% 0.31% -
HSV(B) 117.2º 0.8% 0.52% -
XYZ 9.14 17.14 3.8 -
YUV 90.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 31 133 26 0.77 0 0.80 0.48 117.2 0.67 0.31
Hex 1F 85 1A 4D 0 50 30 75 43 1F
Octal 37 205 32 115 0 120 60 165 103 37
Binary 11111 10000101 11010 1001101 0 1010000 110000 1110101 1000011 11111

Color Harmonies of #1F851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F851A

Black with #1F851A

Text Example


Text Example

White with #1F851A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,133,26); }

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

background-color css

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

 a { background-color: rgb(31,133,26); }

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

border-color css

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

 span { border-color: rgb(31,133,26); }

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