Html Css Color HEX #1F751A Forest Green

📋 copy color: '#1F751A'

red 31 ◦ green 117 ◦ blue 26

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

Shades of Forest Green #1F751A

Tints of Forest Green #1F751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.24%

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 17.82%
G = 67.24%
B = 14.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#1F751A (or 0x1F751A) is known color: Forest Green. HEX triplet: 1F, 75 and 1A. RGB value is (31,117,26). Sum of RGB (Red+Green+Blue) = 31+117+26=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #1F751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F751A is #E08AE5. Grayscale: #515151. Windows color (decimal): -14715622 or 1733919. OLE color: 1733919.

HSL color Cylindrical-coordinate representation of color #1F751A: hue angle of 116.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F751A is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 26 -
CMYK 0.74 0 0.78 0.54
HSL 116.7º 0.64% 0.28% -
HSV(B) 116.7º 0.78% 0.46% -
XYZ 7.11 13.09 3.13 -
YUV 80.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 31 117 26 0.74 0 0.78 0.54 116.7 0.64 0.28
Hex 1F 75 1A 4A 0 4E 36 75 40 1C
Octal 37 165 32 112 0 116 66 165 100 34
Binary 11111 1110101 11010 1001010 0 1001110 110110 1110101 1000000 11100

Color Harmonies of #1F751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F751A

Black with #1F751A

Text Example


Text Example

White with #1F751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,117,26); }

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

background-color css

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

 a { background-color: rgb(31,117,26); }

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

border-color css

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

 span { border-color: rgb(31,117,26); }

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