#1BA23A

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

Shades of Dark Pastel Green #1BA23A

Tints of Dark Pastel Green #1BA23A

Color information

#1BA23A (or 0x1BA23A) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, A2 and 3A. RGB value is (27,162,58). Sum of RGB (Red+Green+Blue) = 27+162+58=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 162 (63.67% from 255 or 65.59% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA23A is #E45DC5. Grayscale: #6E6E6E. Windows color (decimal): -14966214 or 3842587. OLE color: 3842587.

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

Color convert

RGB2716258-
CMYK0.8300.640.36
HSL133.78º71.43%37.06%-
HSV(B)133.78º83.33%63.53%-
XYZ14.1426.388.35-
YUV109.7898.7768.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 162 (63.67% from 255) = 65.59%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=10.93%
G=65.59%
B=23.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27162580.8300.640.36133.7871.4337.06
Hex1BA23A5304024864725
Octal332427212301004420610745
Binary1101110100010111010101001101000000100100100001101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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