Html Css Color HEX #1F832A Forest Green

📋 copy color: '#1F832A'

red 31 ◦ green 131 ◦ blue 42

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

Shades of Forest Green #1F832A

Tints of Forest Green #1F832A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.22%

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

R = 15.2%
G = 64.22%
B = 20.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#1F832A (or 0x1F832A) is known color: Forest Green. HEX triplet: 1F, 83 and 2A. RGB value is (31,131,42). Sum of RGB (Red+Green+Blue) = 31+131+42=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #1F832A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F832A is #E07CD5. Grayscale: #5B5B5B. Windows color (decimal): -14712022 or 2786079. OLE color: 2786079.

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

Color convert

RGB 31 131 42 -
CMYK 0.76 0 0.68 0.49
HSL 126.6º 0.62% 0.32% -
HSV(B) 126.6º 0.76% 0.51% -
XYZ 9.1 16.69 4.93 -
YUV 90.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 31 131 42 0.76 0 0.68 0.49 126.6 0.62 0.32
Hex 1F 83 2A 4C 0 44 31 7F 3E 20
Octal 37 203 52 114 0 104 61 177 76 40
Binary 11111 10000011 101010 1001100 0 1000100 110001 1111111 111110 100000

Color Harmonies of #1F832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F832A

Black with #1F832A

Text Example


Text Example

White with #1F832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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