Html Css Color HEX #0BCB48 Malachite

📋 copy color: '#0BCB48'

red 11 ◦ green 203 ◦ blue 72

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

Shades of Malachite #0BCB48

Tints of Malachite #0BCB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.98%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 3.85%
G = 70.98%
B = 25.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#0BCB48 (or 0x0BCB48) is known color: Malachite. HEX triplet: 0B, CB and 48. RGB value is (11,203,72). Sum of RGB (Red+Green+Blue) = 11+203+72=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCB48 is #F434B7. Grayscale: #828282. Windows color (decimal): -16004280 or 4770571. OLE color: 4770571.

HSL color Cylindrical-coordinate representation of color #0BCB48: hue angle of 139.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB48 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 72 -
CMYK 0.95 0 0.65 0.20
HSL 139.06º 0.9% 0.42% -
HSV(B) 139.06º 0.95% 0.8% -
XYZ 22.66 43.25 13.28 -
YUV 130.66 94.89 42.65 -
System Red Green Blue C M Y K H S L
Decimal 11 203 72 0.95 0 0.65 0.20 139.06 0.9 0.42
Hex B CB 48 5F 0 41 14 8B 5A 2A
Octal 13 313 110 137 0 101 24 213 132 52
Binary 1011 11001011 1001000 1011111 0 1000001 10100 10001011 1011010 101010

Color Harmonies of #0BCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCB48

Black with #0BCB48

Text Example


Text Example

White with #0BCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,203,72); }

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

background-color css

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

 a { background-color: rgb(11,203,72); }

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

border-color css

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

 span { border-color: rgb(11,203,72); }

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