Html Css Color HEX #0B963A Pigment Green

📋 copy color: '#0B963A'

red 11 ◦ green 150 ◦ blue 58

#0B963A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0B963A

Tints of Pigment Green #0B963A

RGB

 RED value IS 11 (4.69% from 255) = 5.02%

 GREEN value IS 150 (58.98% from 255) = 68.49%

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 5.02%
G = 68.49%
B = 26.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#0B963A (or 0x0B963A) is known color: Pigment Green. HEX triplet: 0B, 96 and 3A. RGB value is (11,150,58). Sum of RGB (Red+Green+Blue) = 11+150+58=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #0B963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B963A is #F469C5. Grayscale: #626262. Windows color (decimal): -16017862 or 3839499. OLE color: 3839499.

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

Color convert

RGB 11 150 58 -
CMYK 0.93 0 0.61 0.41
HSL 140.29º 0.86% 0.32% -
HSV(B) 140.29º 0.93% 0.59% -
XYZ 11.81 22.19 7.66 -
YUV 97.95 105.45 65.98 -
System Red Green Blue C M Y K H S L
Decimal 11 150 58 0.93 0 0.61 0.41 140.29 0.86 0.32
Hex B 96 3A 5D 0 3D 29 8C 56 20
Octal 13 226 72 135 0 75 51 214 126 40
Binary 1011 10010110 111010 1011101 0 111101 101001 10001100 1010110 100000

Color Harmonies of #0B963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B963A

Black with #0B963A

Text Example


Text Example

White with #0B963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B963A;
 }
 .AnyTagClassName
 {
   color: #0B963A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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