Html Css Color HEX #0B983C Pigment Green

📋 copy color: '#0B983C'

red 11 ◦ green 152 ◦ blue 60

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

Shades of Pigment Green #0B983C

Tints of Pigment Green #0B983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 68.16%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 4.93%
G = 68.16%
B = 26.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#0B983C (or 0x0B983C) is known color: Pigment Green. HEX triplet: 0B, 98 and 3C. RGB value is (11,152,60). Sum of RGB (Red+Green+Blue) = 11+152+60=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 152 (59.77% from 255 or 68.16% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 152 - color contains mainly: green. Hex color #0B983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B983C is #F467C3. Grayscale: #636363. Windows color (decimal): -16017348 or 3971083. OLE color: 3971083.

HSL color Cylindrical-coordinate representation of color #0B983C: hue angle of 140.85º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B983C is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 152 60 -
CMYK 0.93 0 0.61 0.40
HSL 140.85º 0.87% 0.32% -
HSV(B) 140.85º 0.93% 0.6% -
XYZ 12.18 22.85 8.04 -
YUV 99.35 105.79 64.98 -
System Red Green Blue C M Y K H S L
Decimal 11 152 60 0.93 0 0.61 0.40 140.85 0.87 0.32
Hex B 98 3C 5D 0 3D 28 8D 57 20
Octal 13 230 74 135 0 75 50 215 127 40
Binary 1011 10011000 111100 1011101 0 111101 101000 10001101 1010111 100000

Color Harmonies of #0B983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B983C

Black with #0B983C

Text Example


Text Example

White with #0B983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,152,60); }

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

background-color css

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

 a { background-color: rgb(11,152,60); }

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

border-color css

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

 span { border-color: rgb(11,152,60); }

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