#0BBE2A

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

Shades of Dark Pastel Green #0BBE2A

Tints of Dark Pastel Green #0BBE2A

Color information

#0BBE2A (or 0x0BBE2A) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BE and 2A. RGB value is (11,190,42). Sum of RGB (Red+Green+Blue) = 11+190+42=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBE2A is #F441D5. Grayscale: #787878. Windows color (decimal): -16007638 or 2801163. OLE color: 2801163.

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

Color convert

RGB1119042-
CMYK0.9400.780.25
HSL130.39º89.05%39.41%-
HSV(B)130.39º94.21%74.51%-
XYZ18.9737.078.35-
YUV119.6184.250.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 190 (74.61% from 255) = 78.19%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=4.53%
G=78.19%
B=17.28%

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
Decimal11190420.9400.780.25130.3989.0539.41
HexBBE2A5E04E19825927
Octal132765213601163120213147
Binary10111011111010101010111100100111011001100000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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