Html Css Color HEX #1BA015 Forest Green

📋 copy color: '#1BA015'

red 27 ◦ green 160 ◦ blue 21

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

Shades of Forest Green #1BA015

Tints of Forest Green #1BA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 76.92%

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 12.98%
G = 76.92%
B = 10.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#1BA015 (or 0x1BA015) is known color: Forest Green. HEX triplet: 1B, A0 and 15. RGB value is (27,160,21). Sum of RGB (Red+Green+Blue) = 27+160+21=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 160 (62.89% from 255 or 76.92% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA015 is #E45FEA. Grayscale: #686868. Windows color (decimal): -14966763 or 1417243. OLE color: 1417243.

HSL color Cylindrical-coordinate representation of color #1BA015: hue angle of 117.41º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BA015 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 160 21 -
CMYK 0.83 0 0.87 0.37
HSL 117.41º 0.77% 0.35% -
HSV(B) 117.41º 0.87% 0.63% -
XYZ 13.16 25.43 4.92 -
YUV 104.39 80.94 72.8 -
System Red Green Blue C M Y K H S L
Decimal 27 160 21 0.83 0 0.87 0.37 117.41 0.77 0.35
Hex 1B A0 15 53 0 57 25 75 4D 23
Octal 33 240 25 123 0 127 45 165 115 43
Binary 11011 10100000 10101 1010011 0 1010111 100101 1110101 1001101 100011

Color Harmonies of #1BA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA015

Black with #1BA015

Text Example


Text Example

White with #1BA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,160,21); }

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

background-color css

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

 a { background-color: rgb(27,160,21); }

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

border-color css

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

 span { border-color: rgb(27,160,21); }

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