Html Css Color HEX #1B8013 Forest Green

📋 copy color: '#1B8013'

red 27 ◦ green 128 ◦ blue 19

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

Shades of Forest Green #1B8013

Tints of Forest Green #1B8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.56%

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

R = 15.52%
G = 73.56%
B = 10.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#1B8013 (or 0x1B8013) is known color: Forest Green. HEX triplet: 1B, 80 and 13. RGB value is (27,128,19). Sum of RGB (Red+Green+Blue) = 27+128+19=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #1B8013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B8013 is #E47FEC. Grayscale: #555555. Windows color (decimal): -14974957 or 1277979. OLE color: 1277979.

HSL color Cylindrical-coordinate representation of color #1B8013: hue angle of 115.6º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B8013 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 128 19 -
CMYK 0.79 0 0.85 0.50
HSL 115.6º 0.74% 0.29% -
HSV(B) 115.6º 0.85% 0.5% -
XYZ 8.29 15.72 3.21 -
YUV 85.38 90.54 86.36 -
System Red Green Blue C M Y K H S L
Decimal 27 128 19 0.79 0 0.85 0.50 115.6 0.74 0.29
Hex 1B 80 13 4F 0 55 32 74 4A 1D
Octal 33 200 23 117 0 125 62 164 112 35
Binary 11011 10000000 10011 1001111 0 1010101 110010 1110100 1001010 11101

Color Harmonies of #1B8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8013

Black with #1B8013

Text Example


Text Example

White with #1B8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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