Html Css Color HEX #1B770D Forest Green

📋 copy color: '#1B770D'

red 27 ◦ green 119 ◦ blue 13

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

Shades of Forest Green #1B770D

Tints of Forest Green #1B770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 74.84%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 16.98%
G = 74.84%
B = 8.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#1B770D (or 0x1B770D) is known color: Forest Green. HEX triplet: 1B, 77 and 0D. RGB value is (27,119,13). Sum of RGB (Red+Green+Blue) = 27+119+13=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #1B770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B770D is #E488F2. Grayscale: #4F4F4F. Windows color (decimal): -14977267 or 882459. OLE color: 882459.

HSL color Cylindrical-coordinate representation of color #1B770D: hue angle of 112.08º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B770D is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 13 -
CMYK 0.77 0 0.89 0.53
HSL 112.08º 0.8% 0.26% -
HSV(B) 112.08º 0.89% 0.47% -
XYZ 7.12 13.46 2.6 -
YUV 79.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 27 119 13 0.77 0 0.89 0.53 112.08 0.8 0.26
Hex 1B 77 D 4D 0 59 35 70 50 1A
Octal 33 167 15 115 0 131 65 160 120 32
Binary 11011 1110111 1101 1001101 0 1011001 110101 1110000 1010000 11010

Color Harmonies of #1B770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B770D

Black with #1B770D

Text Example


Text Example

White with #1B770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,119,13); }

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

background-color css

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

 a { background-color: rgb(27,119,13); }

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

border-color css

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

 span { border-color: rgb(27,119,13); }

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