Html Css Color HEX #1B700E Forest Green

📋 copy color: '#1B700E'

red 27 ◦ green 112 ◦ blue 14

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

Shades of Forest Green #1B700E

Tints of Forest Green #1B700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 17.65%
G = 73.2%
B = 9.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#1B700E (or 0x1B700E) is known color: Forest Green. HEX triplet: 1B, 70 and 0E. RGB value is (27,112,14). Sum of RGB (Red+Green+Blue) = 27+112+14=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #1B700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B700E is #E48FF1. Grayscale: #4B4B4B. Windows color (decimal): -14979058 or 946203. OLE color: 946203.

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

Color convert

RGB 27 112 14 -
CMYK 0.76 0 0.88 0.56
HSL 112.04º 0.78% 0.25% -
HSV(B) 112.04º 0.88% 0.44% -
XYZ 6.33 11.85 2.37 -
YUV 75.41 93.34 93.47 -
System Red Green Blue C M Y K H S L
Decimal 27 112 14 0.76 0 0.88 0.56 112.04 0.78 0.25
Hex 1B 70 E 4C 0 58 38 70 4E 19
Octal 33 160 16 114 0 130 70 160 116 31
Binary 11011 1110000 1110 1001100 0 1011000 111000 1110000 1001110 11001

Color Harmonies of #1B700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B700E

Black with #1B700E

Text Example


Text Example

White with #1B700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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