Html Css Color HEX #1F760C Forest Green

📋 copy color: '#1F760C'

red 31 ◦ green 118 ◦ blue 12

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

Shades of Forest Green #1F760C

Tints of Forest Green #1F760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 73.29%

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 19.25%
G = 73.29%
B = 7.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#1F760C (or 0x1F760C) is known color: Forest Green. HEX triplet: 1F, 76 and 0C. RGB value is (31,118,12). Sum of RGB (Red+Green+Blue) = 31+118+12=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #1F760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F760C is #E089F3. Grayscale: #505050. Windows color (decimal): -14715380 or 816671. OLE color: 816671.

HSL color Cylindrical-coordinate representation of color #1F760C: hue angle of 109.25º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F760C is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 12 -
CMYK 0.74 0 0.90 0.54
HSL 109.25º 0.82% 0.25% -
HSV(B) 109.25º 0.9% 0.46% -
XYZ 7.11 13.27 2.54 -
YUV 79.9 89.68 93.12 -
System Red Green Blue C M Y K H S L
Decimal 31 118 12 0.74 0 0.90 0.54 109.25 0.82 0.25
Hex 1F 76 C 4A 0 5A 36 6D 52 19
Octal 37 166 14 112 0 132 66 155 122 31
Binary 11111 1110110 1100 1001010 0 1011010 110110 1101101 1010010 11001

Color Harmonies of #1F760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F760C

Black with #1F760C

Text Example


Text Example

White with #1F760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,12); }

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

background-color css

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

 a { background-color: rgb(31,118,12); }

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

border-color css

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

 span { border-color: rgb(31,118,12); }

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