#1BAD2E

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

Shades of Dark Pastel Green #1BAD2E

Tints of Dark Pastel Green #1BAD2E

Color information

#1BAD2E (or 0x1BAD2E) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, AD and 2E. RGB value is (27,173,46). Sum of RGB (Red+Green+Blue) = 27+173+46=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 173 (67.97% from 255 or 70.33% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD2E is #E452D1. Grayscale: #737373. Windows color (decimal): -14963410 or 3058971. OLE color: 3058971.

HSL color Cylindrical-coordinate representation of color #1BAD2E: hue angle of 127.81º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD2E is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB2717346-
CMYK0.8400.730.32
HSL127.81º73%39.22%-
HSV(B)127.81º84.39%67.84%-
XYZ15.8930.327.6-
YUV114.8789.1365.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.98%
GREEN value IS 173 (67.97% from 255) = 70.33%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=10.98%
G=70.33%
B=18.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27173460.8400.730.32127.817339.22
Hex1BAD2E5404920804927
Octal332555612401114020011147
Binary1101110101101101110101010001001001100000100000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,173,46); }

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

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

 a { background-color: rgb(27,173,46); }

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

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

 span { border-color: rgb(27,173,46); }

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