Html Css Color HEX #1BAF14 Forest Green

📋 copy color: '#1BAF14'

red 27 ◦ green 175 ◦ blue 20

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

Shades of Forest Green #1BAF14

Tints of Forest Green #1BAF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 78.83%

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

R = 12.16%
G = 78.83%
B = 9.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#1BAF14 (or 0x1BAF14) is known color: Forest Green. HEX triplet: 1B, AF and 14. RGB value is (27,175,20). Sum of RGB (Red+Green+Blue) = 27+175+20=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAF14 is #E450EB. Grayscale: #717171. Windows color (decimal): -14962924 or 1355547. OLE color: 1355547.

HSL color Cylindrical-coordinate representation of color #1BAF14: hue angle of 117.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAF14 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 175 20 -
CMYK 0.85 0 0.89 0.31
HSL 117.29º 0.79% 0.38% -
HSV(B) 117.29º 0.89% 0.69% -
XYZ 15.91 30.94 5.8 -
YUV 113.08 75.47 66.6 -
System Red Green Blue C M Y K H S L
Decimal 27 175 20 0.85 0 0.89 0.31 117.29 0.79 0.38
Hex 1B AF 14 55 0 59 1F 75 4F 26
Octal 33 257 24 125 0 131 37 165 117 46
Binary 11011 10101111 10100 1010101 0 1011001 11111 1110101 1001111 100110

Color Harmonies of #1BAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF14

Black with #1BAF14

Text Example


Text Example

White with #1BAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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