Html Css Color HEX #1BA313 Forest Green

📋 copy color: '#1BA313'

red 27 ◦ green 163 ◦ blue 19

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

Shades of Forest Green #1BA313

Tints of Forest Green #1BA313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 77.99%

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

R = 12.92%
G = 77.99%
B = 9.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#1BA313 (or 0x1BA313) is known color: Forest Green. HEX triplet: 1B, A3 and 13. RGB value is (27,163,19). Sum of RGB (Red+Green+Blue) = 27+163+19=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA313 is #E45CEC. Grayscale: #6A6A6A. Windows color (decimal): -14965997 or 1286939. OLE color: 1286939.

HSL color Cylindrical-coordinate representation of color #1BA313: hue angle of 116.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA313 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 27 163 19 -
CMYK 0.83 0 0.88 0.36
HSL 116.67º 0.79% 0.36% -
HSV(B) 116.67º 0.88% 0.64% -
XYZ 13.67 26.47 5.01 -
YUV 105.92 78.94 71.71 -
System Red Green Blue C M Y K H S L
Decimal 27 163 19 0.83 0 0.88 0.36 116.67 0.79 0.36
Hex 1B A3 13 53 0 58 24 75 4F 24
Octal 33 243 23 123 0 130 44 165 117 44
Binary 11011 10100011 10011 1010011 0 1011000 100100 1110101 1001111 100100

Color Harmonies of #1BA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA313

Black with #1BA313

Text Example


Text Example

White with #1BA313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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