#1BA03A

Color #1BA03A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1BA03A

Tints of Forest Green #1BA03A

Color information

#1BA03A (or 0x1BA03A) is unknown color: approx Forest Green. HEX triplet: 1B, A0 and 3A. RGB value is (27,160,58). Sum of RGB (Red+Green+Blue) = 27+160+58=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA03A is #E45FC5. Grayscale: #6C6C6C. Windows color (decimal): -14966726 or 3842075. OLE color: 3842075.

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

Color convert

RGB2716058-
CMYK0.8300.640.37
HSL133.98º71.12%36.67%-
HSV(B)133.98º83.13%62.75%-
XYZ13.7925.688.23-
YUV108.699.4469.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.02%
GREEN value IS 160 (62.89% from 255) = 65.31%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=11.02%
G=65.31%
B=23.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal27160580.8300.640.37133.9871.1236.67
Hex1BA03A5304025864725
Octal332407212301004520610745
Binary1101110100000111010101001101000000100101100001101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1BA03A;
 }
 .AnyTagClassName
 {
   color: #1BA03A;
 }
</style>
background-color css

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

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

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

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

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

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