#0B9E47

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

Shades of Pigment Green #0B9E47

Tints of Pigment Green #0B9E47

Color information

#0B9E47 (or 0x0B9E47) is unknown color: approx Pigment Green. HEX triplet: 0B, 9E and 47. RGB value is (11,158,71). Sum of RGB (Red+Green+Blue) = 11+158+71=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 158 (62.11% from 255 or 65.83% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E47 is #F461B8. Grayscale: #686868. Windows color (decimal): -16015801 or 4693515. OLE color: 4693515.

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

Color convert

RGB1115871-
CMYK0.9300.550.38
HSL144.49º86.98%33.14%-
HSV(B)144.49º93.04%61.96%-
XYZ13.524.9810.07-
YUV104.13109.361.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 158 (62.11% from 255) = 65.83%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=4.58%
G=65.83%
B=29.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158710.9300.550.38144.4986.9833.14
HexB9E475D03726905721
Octal132361071350674622012741
Binary101110011110100011110111010110111100110100100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,158,71); }

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

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

 a { background-color: rgb(11,158,71); }

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

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

 span { border-color: rgb(11,158,71); }

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