Html Css Color HEX #1F8B2A Forest Green

📋 copy color: '#1F8B2A'

red 31 ◦ green 139 ◦ blue 42

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

Shades of Forest Green #1F8B2A

Tints of Forest Green #1F8B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 65.57%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 14.62%
G = 65.57%
B = 19.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#1F8B2A (or 0x1F8B2A) is known color: Forest Green. HEX triplet: 1F, 8B and 2A. RGB value is (31,139,42). Sum of RGB (Red+Green+Blue) = 31+139+42=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8B2A is #E074D5. Grayscale: #5F5F5F. Windows color (decimal): -14709974 or 2788127. OLE color: 2788127.

HSL color Cylindrical-coordinate representation of color #1F8B2A: hue angle of 126.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B2A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 139 42 -
CMYK 0.78 0 0.70 0.45
HSL 126.11º 0.64% 0.33% -
HSV(B) 126.11º 0.78% 0.55% -
XYZ 10.22 18.92 5.3 -
YUV 95.65 97.72 81.89 -
System Red Green Blue C M Y K H S L
Decimal 31 139 42 0.78 0 0.70 0.45 126.11 0.64 0.33
Hex 1F 8B 2A 4E 0 46 2D 7E 40 21
Octal 37 213 52 116 0 106 55 176 100 41
Binary 11111 10001011 101010 1001110 0 1000110 101101 1111110 1000000 100001

Color Harmonies of #1F8B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8B2A

Black with #1F8B2A

Text Example


Text Example

White with #1F8B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,139,42); }

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

background-color css

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

 a { background-color: rgb(31,139,42); }

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

border-color css

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

 span { border-color: rgb(31,139,42); }

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