Html Css Color HEX #1C770B Forest Green

📋 copy color: '#1C770B'

red 28 ◦ green 119 ◦ blue 11

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

Shades of Forest Green #1C770B

Tints of Forest Green #1C770B

RGB

 RED value IS 28 (11.33% from 255) = 17.72%

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 17.72%
G = 75.32%
B = 6.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#1C770B (or 0x1C770B) is known color: Forest Green. HEX triplet: 1C, 77 and 0B. RGB value is (28,119,11). Sum of RGB (Red+Green+Blue) = 28+119+11=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #1C770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C770B is #E388F4. Grayscale: #4F4F4F. Windows color (decimal): -14911733 or 751388. OLE color: 751388.

HSL color Cylindrical-coordinate representation of color #1C770B: hue angle of 110.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C770B is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 119 11 -
CMYK 0.76 0 0.91 0.53
HSL 110.56º 0.83% 0.25% -
HSV(B) 110.56º 0.91% 0.47% -
XYZ 7.14 13.46 2.54 -
YUV 79.48 89.35 91.28 -
System Red Green Blue C M Y K H S L
Decimal 28 119 11 0.76 0 0.91 0.53 110.56 0.83 0.25
Hex 1C 77 B 4C 0 5B 35 6F 53 19
Octal 34 167 13 114 0 133 65 157 123 31
Binary 11100 1110111 1011 1001100 0 1011011 110101 1101111 1010011 11001

Color Harmonies of #1C770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C770B

Black with #1C770B

Text Example


Text Example

White with #1C770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,119,11); }

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

background-color css

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

 a { background-color: rgb(28,119,11); }

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

border-color css

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

 span { border-color: rgb(28,119,11); }

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