#02BA1B

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

Shades of Dark Pastel Green #02BA1B

Tints of Dark Pastel Green #02BA1B

Color information

#02BA1B (or 0x02BA1B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BA and 1B. RGB value is (2,186,27). Sum of RGB (Red+Green+Blue) = 2+186+27=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 186 (73.05% from 255 or 86.51% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA1B is #FD45E4. Grayscale: #717171. Windows color (decimal): -16598501 or 1817090. OLE color: 1817090.

HSL color Cylindrical-coordinate representation of color #02BA1B: hue angle of 128.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA1B is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB218627-
CMYK0.9900.850.27
HSL128.15º97.87%36.86%-
HSV(B)128.15º98.92%72.94%-
XYZ17.7835.216.9-
YUV112.8679.5448.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 186 (73.05% from 255) = 86.51%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=0.93%
G=86.51%
B=12.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2186270.9900.850.27128.1597.8736.86
Hex2BA1B630551B806225
Octal22723314301253320014245
Binary10101110101101111000110101010111011100000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BA1B; }

 p { color: rgb(2,186,27); }

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

<style>
 a { background-color: #02BA1B; }

 a { background-color: rgb(2,186,27); }

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

<style>
 span { border-color: #02BA1B; }

 span { border-color: rgb(2,186,27); }

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