Html Css Color HEX #1F852D Forest Green

📋 copy color: '#1F852D'

red 31 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #1F852D

Tints of Forest Green #1F852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.64%

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

R = 14.83%
G = 63.64%
B = 21.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#1F852D (or 0x1F852D) is known color: Forest Green. HEX triplet: 1F, 85 and 2D. RGB value is (31,133,45). Sum of RGB (Red+Green+Blue) = 31+133+45=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #1F852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F852D is #E07AD2. Grayscale: #5C5C5C. Windows color (decimal): -14711507 or 2983199. OLE color: 2983199.

HSL color Cylindrical-coordinate representation of color #1F852D: hue angle of 128.24º 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 #1F852D is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 133 45 -
CMYK 0.77 0 0.66 0.48
HSL 128.24º 0.62% 0.32% -
HSV(B) 128.24º 0.77% 0.52% -
XYZ 9.43 17.26 5.32 -
YUV 92.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 31 133 45 0.77 0 0.66 0.48 128.24 0.62 0.32
Hex 1F 85 2D 4D 0 42 30 80 3E 20
Octal 37 205 55 115 0 102 60 200 76 40
Binary 11111 10000101 101101 1001101 0 1000010 110000 10000000 111110 100000

Color Harmonies of #1F852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F852D

Black with #1F852D

Text Example


Text Example

White with #1F852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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