Html Css Color HEX #0B9B44 Pigment Green

📋 copy color: '#0B9B44'

red 11 ◦ green 155 ◦ blue 68

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

Shades of Pigment Green #0B9B44

Tints of Pigment Green #0B9B44

RGB

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

 GREEN value IS 155 (60.94% from 255) = 66.24%

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 4.7%
G = 66.24%
B = 29.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#0B9B44 (or 0x0B9B44) is known color: Pigment Green. HEX triplet: 0B, 9B and 44. RGB value is (11,155,68). Sum of RGB (Red+Green+Blue) = 11+155+68=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B44 is #F464BB. Grayscale: #666666. Windows color (decimal): -16016572 or 4496139. OLE color: 4496139.

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

Color convert

RGB 11 155 68 -
CMYK 0.93 0 0.56 0.39
HSL 143.75º 0.87% 0.33% -
HSV(B) 143.75º 0.93% 0.61% -
XYZ 12.9 23.93 9.41 -
YUV 102.03 108.79 63.07 -
System Red Green Blue C M Y K H S L
Decimal 11 155 68 0.93 0 0.56 0.39 143.75 0.87 0.33
Hex B 9B 44 5D 0 38 27 90 57 21
Octal 13 233 104 135 0 70 47 220 127 41
Binary 1011 10011011 1000100 1011101 0 111000 100111 10010000 1010111 100001

Color Harmonies of #0B9B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9B44

Black with #0B9B44

Text Example


Text Example

White with #0B9B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,155,68); }

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

background-color css

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

 a { background-color: rgb(11,155,68); }

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

border-color css

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

 span { border-color: rgb(11,155,68); }

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