#0BBE1E

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

Shades of Dark Pastel Green #0BBE1E

Tints of Dark Pastel Green #0BBE1E

Color information

#0BBE1E (or 0x0BBE1E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BE and 1E. RGB value is (11,190,30). Sum of RGB (Red+Green+Blue) = 11+190+30=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 190 (74.61% from 255 or 82.25% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBE1E is #F441E1. Grayscale: #767676. Windows color (decimal): -16007650 or 2014731. OLE color: 2014731.

HSL color Cylindrical-coordinate representation of color #0BBE1E: hue angle of 126.37º 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 #0BBE1E is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1119030-
CMYK0.9400.840.25
HSL126.37º89.05%39.41%-
HSV(B)126.37º94.21%74.51%-
XYZ18.7936.997.38-
YUV118.2478.251.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 190 (74.61% from 255) = 82.25%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=4.76%
G=82.25%
B=12.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11190300.9400.840.25126.3789.0539.41
HexBBE1E5E054197e5927
Octal132763613601243117613147
Binary101110111110111101011110010101001100111111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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