Html Css Color HEX #1F872D Forest Green

📋 copy color: '#1F872D'

red 31 ◦ green 135 ◦ blue 45

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

Shades of Forest Green #1F872D

Tints of Forest Green #1F872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 63.98%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 14.69%
G = 63.98%
B = 21.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#1F872D (or 0x1F872D) is known color: Forest Green. HEX triplet: 1F, 87 and 2D. RGB value is (31,135,45). Sum of RGB (Red+Green+Blue) = 31+135+45=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #1F872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F872D is #E078D2. Grayscale: #5D5D5D. Windows color (decimal): -14710995 or 2983711. OLE color: 2983711.

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

Color convert

RGB 31 135 45 -
CMYK 0.77 0 0.67 0.47
HSL 128.08º 0.63% 0.33% -
HSV(B) 128.08º 0.77% 0.53% -
XYZ 9.7 17.81 5.41 -
YUV 93.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 31 135 45 0.77 0 0.67 0.47 128.08 0.63 0.33
Hex 1F 87 2D 4D 0 43 2F 80 3F 21
Octal 37 207 55 115 0 103 57 200 77 41
Binary 11111 10000111 101101 1001101 0 1000011 101111 10000000 111111 100001

Color Harmonies of #1F872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F872D

Black with #1F872D

Text Example


Text Example

White with #1F872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,135,45); }

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

background-color css

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

 a { background-color: rgb(31,135,45); }

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

border-color css

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

 span { border-color: rgb(31,135,45); }

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