#0B9C41

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

Shades of Pigment Green #0B9C41

Tints of Pigment Green #0B9C41

Color information

#0B9C41 (or 0x0B9C41) is unknown color: approx Pigment Green. HEX triplet: 0B, 9C and 41. RGB value is (11,156,65). Sum of RGB (Red+Green+Blue) = 11+156+65=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9C41 is #F463BE. Grayscale: #666666. Windows color (decimal): -16016319 or 4299787. OLE color: 4299787.

HSL color Cylindrical-coordinate representation of color #0B9C41: hue angle of 142.34º 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 #0B9C41 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1115665-
CMYK0.9300.580.39
HSL142.34º86.83%32.75%-
HSV(B)142.34º92.95%61.18%-
XYZ12.9824.238.99-
YUV102.27106.9662.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 156 (61.33% from 255) = 67.24%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=4.74%
G=67.24%
B=28.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11156650.9300.580.39142.3486.8332.75
HexB9C415D03A278e5721
Octal132341011350724721612741
Binary101110011100100000110111010111010100111100011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,156,65); }

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

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

 a { background-color: rgb(11,156,65); }

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

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

 span { border-color: rgb(11,156,65); }

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