#0B9B3B

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

Shades of Pigment Green #0B9B3B

Tints of Pigment Green #0B9B3B

Color information

#0B9B3B (or 0x0B9B3B) is unknown color: approx Pigment Green. HEX triplet: 0B, 9B and 3B. RGB value is (11,155,59). Sum of RGB (Red+Green+Blue) = 11+155+59=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 155 (60.94% from 255 or 68.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B3B is #F464C4. Grayscale: #656565. Windows color (decimal): -16016581 or 3906315. OLE color: 3906315.

HSL color Cylindrical-coordinate representation of color #0B9B3B: hue angle of 140º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B3B is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1115559-
CMYK0.9300.620.39
HSL140º86.75%32.55%-
HSV(B)140º92.9%60.78%-
XYZ12.6523.838.07-
YUV101104.2963.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 155 (60.94% from 255) = 68.89%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=4.89%
G=68.89%
B=26.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155590.9300.620.3914086.7532.55
HexB9B3B5D03E278c5721
Octal13233731350764721412741
Binary10111001101111101110111010111110100111100011001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,155,59); }

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

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

 a { background-color: rgb(11,155,59); }

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

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

 span { border-color: rgb(11,155,59); }

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