Html Css Color HEX #1F8430 Forest Green

📋 copy color: '#1F8430'

red 31 ◦ green 132 ◦ blue 48

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

Shades of Forest Green #1F8430

Tints of Forest Green #1F8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.56%

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 14.69%
G = 62.56%
B = 22.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#1F8430 (or 0x1F8430) is known color: Forest Green. HEX triplet: 1F, 84 and 30. RGB value is (31,132,48). Sum of RGB (Red+Green+Blue) = 31+132+48=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8430 is #E07BCF. Grayscale: #5C5C5C. Windows color (decimal): -14711760 or 3179551. OLE color: 3179551.

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

Color convert

RGB 31 132 48 -
CMYK 0.77 0 0.64 0.48
HSL 130.1º 0.62% 0.32% -
HSV(B) 130.1º 0.77% 0.52% -
XYZ 9.35 17.01 5.59 -
YUV 92.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 31 132 48 0.77 0 0.64 0.48 130.1 0.62 0.32
Hex 1F 84 30 4D 0 40 30 82 3E 20
Octal 37 204 60 115 0 100 60 202 76 40
Binary 11111 10000100 110000 1001101 0 1000000 110000 10000010 111110 100000

Color Harmonies of #1F8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8430

Black with #1F8430

Text Example


Text Example

White with #1F8430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,132,48); }

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

background-color css

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

 a { background-color: rgb(31,132,48); }

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

border-color css

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

 span { border-color: rgb(31,132,48); }

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