#0BBD44

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

Shades of Dark Pastel Green #0BBD44

Tints of Dark Pastel Green #0BBD44

Color information

#0BBD44 (or 0x0BBD44) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BD and 44. RGB value is (11,189,68). Sum of RGB (Red+Green+Blue) = 11+189+68=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBD44 is #F442BB. Grayscale: #7A7A7A. Windows color (decimal): -16007868 or 4504843. OLE color: 4504843.

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

Color convert

RGB1118968-
CMYK0.9400.640.26
HSL139.21º89%39.22%-
HSV(B)139.21º94.18%74.12%-
XYZ19.3836.8811.57-
YUV121.9897.5348.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.10%
GREEN value IS 189 (74.22% from 255) = 70.52%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=4.10%
G=70.52%
B=25.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11189680.9400.640.26139.218939.22
HexBBD445E0401A8b5927
Octal1327510413601003221313147
Binary101110111101100010010111100100000011010100010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,189,68); }

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

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

 a { background-color: rgb(11,189,68); }

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

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

 span { border-color: rgb(11,189,68); }

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