#0B9648

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

Shades of Pigment Green #0B9648

Tints of Pigment Green #0B9648

Color information

#0B9648 (or 0x0B9648) is unknown color: approx Pigment Green. HEX triplet: 0B, 96 and 48. RGB value is (11,150,72). Sum of RGB (Red+Green+Blue) = 11+150+72=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9648 is #F469B7. Grayscale: #636363. Windows color (decimal): -16017848 or 4757003. OLE color: 4757003.

HSL color Cylindrical-coordinate representation of color #0B9648: hue angle of 146.33º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9648 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1115072-
CMYK0.9300.520.41
HSL146.33º86.34%31.57%-
HSV(B)146.33º92.67%58.82%-
XYZ12.2122.359.8-
YUV99.55112.4564.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.72%
GREEN value IS 150 (58.98% from 255) = 64.38%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=4.72%
G=64.38%
B=30.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150720.9300.520.41146.3386.3431.57
HexB96485D03429925620
Octal132261101350645122212640
Binary101110010110100100010111010110100101001100100101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,72); }

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

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

 a { background-color: rgb(11,150,72); }

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

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

 span { border-color: rgb(11,150,72); }

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