Html Css Color HEX #1BA514 Forest Green

📋 copy color: '#1BA514'

red 27 ◦ green 165 ◦ blue 20

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

Shades of Forest Green #1BA514

Tints of Forest Green #1BA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 12.74%
G = 77.83%
B = 9.43%

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

#1BA514 (or 0x1BA514) is known color: Forest Green. HEX triplet: 1B, A5 and 14. RGB value is (27,165,20). Sum of RGB (Red+Green+Blue) = 27+165+20=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 165 (64.84% from 255 or 77.83% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA514 is #E45AEB. Grayscale: #6B6B6B. Windows color (decimal): -14965484 or 1352987. OLE color: 1352987.

HSL color Cylindrical-coordinate representation of color #1BA514: hue angle of 117.1º degrees, saturation: 0.78, 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 #1BA514 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 165 20 -
CMYK 0.84 0 0.88 0.35
HSL 117.1º 0.78% 0.36% -
HSV(B) 117.1º 0.88% 0.65% -
XYZ 14.03 27.19 5.17 -
YUV 107.21 78.78 70.79 -
System Red Green Blue C M Y K H S L
Decimal 27 165 20 0.84 0 0.88 0.35 117.1 0.78 0.36
Hex 1B A5 14 54 0 58 23 75 4E 24
Octal 33 245 24 124 0 130 43 165 116 44
Binary 11011 10100101 10100 1010100 0 1011000 100011 1110101 1001110 100100

Color Harmonies of #1BA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA514

Black with #1BA514

Text Example


Text Example

White with #1BA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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