Html Css Color HEX #1BA513 Forest Green

📋 copy color: '#1BA513'

red 27 ◦ green 165 ◦ blue 19

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

Shades of Forest Green #1BA513

Tints of Forest Green #1BA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 78.2%

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

R = 12.8%
G = 78.2%
B = 9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#1BA513 (or 0x1BA513) is known color: Forest Green. HEX triplet: 1B, A5 and 13. RGB value is (27,165,19). Sum of RGB (Red+Green+Blue) = 27+165+19=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 165 (64.84% from 255 or 78.20% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA513 is #E45AEC. Grayscale: #6B6B6B. Windows color (decimal): -14965485 or 1287451. OLE color: 1287451.

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

Color convert

RGB 27 165 19 -
CMYK 0.84 0 0.88 0.35
HSL 116.71º 0.79% 0.36% -
HSV(B) 116.71º 0.88% 0.65% -
XYZ 14.02 27.19 5.13 -
YUV 107.09 78.28 70.87 -
System Red Green Blue C M Y K H S L
Decimal 27 165 19 0.84 0 0.88 0.35 116.71 0.79 0.36
Hex 1B A5 13 54 0 58 23 75 4F 24
Octal 33 245 23 124 0 130 43 165 117 44
Binary 11011 10100101 10011 1010100 0 1011000 100011 1110101 1001111 100100

Color Harmonies of #1BA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA513

Black with #1BA513

Text Example


Text Example

White with #1BA513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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