Html Css Color HEX #1B7013 Forest Green

📋 copy color: '#1B7013'

red 27 ◦ green 112 ◦ blue 19

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

Shades of Forest Green #1B7013

Tints of Forest Green #1B7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70.89%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 17.09%
G = 70.89%
B = 12.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#1B7013 (or 0x1B7013) is known color: Forest Green. HEX triplet: 1B, 70 and 13. RGB value is (27,112,19). Sum of RGB (Red+Green+Blue) = 27+112+19=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7013 is #E48FEC. Grayscale: #4C4C4C. Windows color (decimal): -14979053 or 1273883. OLE color: 1273883.

HSL color Cylindrical-coordinate representation of color #1B7013: hue angle of 114.84º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B7013 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 112 19 -
CMYK 0.76 0 0.83 0.56
HSL 114.84º 0.71% 0.26% -
HSV(B) 114.84º 0.83% 0.44% -
XYZ 6.36 11.87 2.57 -
YUV 75.98 95.84 93.06 -
System Red Green Blue C M Y K H S L
Decimal 27 112 19 0.76 0 0.83 0.56 114.84 0.71 0.26
Hex 1B 70 13 4C 0 53 38 73 47 1A
Octal 33 160 23 114 0 123 70 163 107 32
Binary 11011 1110000 10011 1001100 0 1010011 111000 1110011 1000111 11010

Color Harmonies of #1B7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7013

Black with #1B7013

Text Example


Text Example

White with #1B7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,112,19); }

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

background-color css

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

 a { background-color: rgb(27,112,19); }

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

border-color css

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

 span { border-color: rgb(27,112,19); }

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