Html Css Color HEX #1F760B Forest Green

📋 copy color: '#1F760B'

red 31 ◦ green 118 ◦ blue 11

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

Shades of Forest Green #1F760B

Tints of Forest Green #1F760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 19.38%
G = 73.75%
B = 6.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#1F760B (or 0x1F760B) is known color: Forest Green. HEX triplet: 1F, 76 and 0B. RGB value is (31,118,11). Sum of RGB (Red+Green+Blue) = 31+118+11=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #1F760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F760B is #E089F4. Grayscale: #505050. Windows color (decimal): -14715381 or 751135. OLE color: 751135.

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

Color convert

RGB 31 118 11 -
CMYK 0.74 0 0.91 0.54
HSL 108.79º 0.83% 0.25% -
HSV(B) 108.79º 0.91% 0.46% -
XYZ 7.1 13.27 2.5 -
YUV 79.79 89.18 93.2 -
System Red Green Blue C M Y K H S L
Decimal 31 118 11 0.74 0 0.91 0.54 108.79 0.83 0.25
Hex 1F 76 B 4A 0 5B 36 6D 53 19
Octal 37 166 13 112 0 133 66 155 123 31
Binary 11111 1110110 1011 1001010 0 1011011 110110 1101101 1010011 11001

Color Harmonies of #1F760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F760B

Black with #1F760B

Text Example


Text Example

White with #1F760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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