#0BBF2A

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

Shades of Dark Pastel Green #0BBF2A

Tints of Dark Pastel Green #0BBF2A

Color information

#0BBF2A (or 0x0BBF2A) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BF and 2A. RGB value is (11,191,42). Sum of RGB (Red+Green+Blue) = 11+191+42=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 191 (75% from 255 or 78.28% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBF2A is #F440D5. Grayscale: #787878. Windows color (decimal): -16007382 or 2801419. OLE color: 2801419.

HSL color Cylindrical-coordinate representation of color #0BBF2A: hue angle of 130.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF2A is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1119142-
CMYK0.9400.780.25
HSL130.33º89.11%39.61%-
HSV(B)130.33º94.24%74.9%-
XYZ19.1937.58.42-
YUV120.1983.8750.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.51%
GREEN value IS 191 (75% from 255) = 78.28%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=4.51%
G=78.28%
B=17.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11191420.9400.780.25130.3389.1139.61
HexBBF2A5E04E19825928
Octal132775213601163120213150
Binary10111011111110101010111100100111011001100000101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,191,42); }

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

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

 a { background-color: rgb(11,191,42); }

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

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

 span { border-color: rgb(11,191,42); }

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