#1BA528

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

Shades of Forest Green #1BA528

Tints of Forest Green #1BA528

Color information

#1BA528 (or 0x1BA528) is unknown color: approx Forest Green. HEX triplet: 1B, A5 and 28. RGB value is (27,165,40). Sum of RGB (Red+Green+Blue) = 27+165+40=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA528 is #E45AD7. Grayscale: #6D6D6D. Windows color (decimal): -14965464 or 2663707. OLE color: 2663707.

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

Color convert

RGB2716540-
CMYK0.8400.760.35
HSL125.65º71.88%37.65%-
HSV(B)125.65º83.64%64.71%-
XYZ14.2927.36.52-
YUV109.4988.7869.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 165 (64.84% from 255) = 71.12%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=11.64%
G=71.12%
B=17.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27165400.8400.760.35125.6571.8837.65
Hex1BA5285404C237e4826
Octal332455012401144317611046
Binary110111010010110100010101000100110010001111111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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