#0B914B

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

Shades of Pigment Green #0B914B

Tints of Pigment Green #0B914B

Color information

#0B914B (or 0x0B914B) is unknown color: approx Pigment Green. HEX triplet: 0B, 91 and 4B. RGB value is (11,145,75). Sum of RGB (Red+Green+Blue) = 11+145+75=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #0B914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B914B is #F46EB4. Grayscale: #616161. Windows color (decimal): -16019125 or 4952331. OLE color: 4952331.

HSL color Cylindrical-coordinate representation of color #0B914B: hue angle of 148.66º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B914B is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB1114575-
CMYK0.9200.480.43
HSL148.66º85.9%30.59%-
HSV(B)148.66º92.41%56.86%-
XYZ11.5320.8310.07-
YUV96.95115.6166.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 145 (57.03% from 255) = 62.77%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=4.76%
G=62.77%
B=32.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11145750.9200.480.43148.6685.930.59
HexB914B5C0302B95561f
Octal132211131340605322512637
Binary10111001000110010111011100011000010101110010101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,145,75); }

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

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

 a { background-color: rgb(11,145,75); }

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

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

 span { border-color: rgb(11,145,75); }

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