#0BDA2E

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

Shades of Dark Pastel Green #0BDA2E

Tints of Dark Pastel Green #0BDA2E

Color information

#0BDA2E (or 0x0BDA2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, DA and 2E. RGB value is (11,218,46). Sum of RGB (Red+Green+Blue) = 11+218+46=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDA2E is #F425D1. Grayscale: #888888. Windows color (decimal): -16000466 or 3070475. OLE color: 3070475.

HSL color Cylindrical-coordinate representation of color #0BDA2E: hue angle of 130.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA2E is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB1121846-
CMYK0.9500.790.15
HSL130.14º90.39%44.9%-
HSV(B)130.14º94.95%85.49%-
XYZ25.750.4110.96-
YUV136.576.9238.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 218 (85.55% from 255) = 79.27%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=4%
G=79.27%
B=16.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11218460.9500.790.15130.1490.3944.9
HexBDA2E5F04FF825a2d
Octal133325613701171720213255
Binary1011110110101011101011111010011111111100000101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BDA2E; }

 p { color: rgb(11,218,46); }

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

<style>
 a { background-color: #0BDA2E; }

 a { background-color: rgb(11,218,46); }

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

<style>
 span { border-color: #0BDA2E; }

 span { border-color: rgb(11,218,46); }

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