Html Css Color HEX #1B7512 Forest Green

📋 copy color: '#1B7512'

red 27 ◦ green 117 ◦ blue 18

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

Shades of Forest Green #1B7512

Tints of Forest Green #1B7512

RGB

 RED value IS 27 (10.94% from 255) = 16.67%

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

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 16.67%
G = 72.22%
B = 11.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#1B7512 (or 0x1B7512) is known color: Forest Green. HEX triplet: 1B, 75 and 12. RGB value is (27,117,18). Sum of RGB (Red+Green+Blue) = 27+117+18=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7512 is #E48AED. Grayscale: #4F4F4F. Windows color (decimal): -14977774 or 1209627. OLE color: 1209627.

HSL color Cylindrical-coordinate representation of color #1B7512: hue angle of 114.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B7512 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 117 18 -
CMYK 0.77 0 0.85 0.54
HSL 114.55º 0.73% 0.26% -
HSV(B) 114.55º 0.85% 0.46% -
XYZ 6.92 13 2.72 -
YUV 78.8 93.68 91.05 -
System Red Green Blue C M Y K H S L
Decimal 27 117 18 0.77 0 0.85 0.54 114.55 0.73 0.26
Hex 1B 75 12 4D 0 55 36 73 49 1A
Octal 33 165 22 115 0 125 66 163 111 32
Binary 11011 1110101 10010 1001101 0 1010101 110110 1110011 1001001 11010

Color Harmonies of #1B7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7512

Black with #1B7512

Text Example


Text Example

White with #1B7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,117,18); }

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

background-color css

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

 a { background-color: rgb(27,117,18); }

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

border-color css

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

 span { border-color: rgb(27,117,18); }

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