Html Css Color HEX #1B770C Forest Green

📋 copy color: '#1B770C'

red 27 ◦ green 119 ◦ blue 12

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

Shades of Forest Green #1B770C

Tints of Forest Green #1B770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 17.09%
G = 75.32%
B = 7.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#1B770C (or 0x1B770C) is known color: Forest Green. HEX triplet: 1B, 77 and 0C. RGB value is (27,119,12). Sum of RGB (Red+Green+Blue) = 27+119+12=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #1B770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B770C is #E488F3. Grayscale: #4F4F4F. Windows color (decimal): -14977268 or 816923. OLE color: 816923.

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

Color convert

RGB 27 119 12 -
CMYK 0.77 0 0.90 0.53
HSL 111.59º 0.82% 0.26% -
HSV(B) 111.59º 0.9% 0.47% -
XYZ 7.12 13.45 2.57 -
YUV 79.29 90.02 90.7 -
System Red Green Blue C M Y K H S L
Decimal 27 119 12 0.77 0 0.90 0.53 111.59 0.82 0.26
Hex 1B 77 C 4D 0 5A 35 70 52 1A
Octal 33 167 14 115 0 132 65 160 122 32
Binary 11011 1110111 1100 1001101 0 1011010 110101 1110000 1010010 11010

Color Harmonies of #1B770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B770C

Black with #1B770C

Text Example


Text Example

White with #1B770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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