Html Css Color HEX #1F862B Forest Green

📋 copy color: '#1F862B'

red 31 ◦ green 134 ◦ blue 43

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

Shades of Forest Green #1F862B

Tints of Forest Green #1F862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 64.42%

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 14.9%
G = 64.42%
B = 20.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#1F862B (or 0x1F862B) is known color: Forest Green. HEX triplet: 1F, 86 and 2B. RGB value is (31,134,43). Sum of RGB (Red+Green+Blue) = 31+134+43=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #1F862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F862B is #E079D4. Grayscale: #5D5D5D. Windows color (decimal): -14711253 or 2852383. OLE color: 2852383.

HSL color Cylindrical-coordinate representation of color #1F862B: hue angle of 126.99º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F862B is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 134 43 -
CMYK 0.77 0 0.68 0.47
HSL 126.99º 0.62% 0.32% -
HSV(B) 126.99º 0.77% 0.53% -
XYZ 9.53 17.52 5.16 -
YUV 92.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 31 134 43 0.77 0 0.68 0.47 126.99 0.62 0.32
Hex 1F 86 2B 4D 0 44 2F 7F 3E 20
Octal 37 206 53 115 0 104 57 177 76 40
Binary 11111 10000110 101011 1001101 0 1000100 101111 1111111 111110 100000

Color Harmonies of #1F862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F862B

Black with #1F862B

Text Example


Text Example

White with #1F862B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,134,43); }

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

background-color css

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

 a { background-color: rgb(31,134,43); }

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

border-color css

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

 span { border-color: rgb(31,134,43); }

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