Html Css Color HEX #0BC830 Dark Pastel Green

📋 copy color: '#0BC830'

red 11 ◦ green 200 ◦ blue 48

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

Shades of Dark Pastel Green #0BC830

Tints of Dark Pastel Green #0BC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 77.22%

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 4.25%
G = 77.22%
B = 18.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#0BC830 (or 0x0BC830) is known color: Dark Pastel Green. HEX triplet: 0B, C8 and 30. RGB value is (11,200,48). Sum of RGB (Red+Green+Blue) = 11+200+48=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 200 (78.52% from 255 or 77.22% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC830 is #F437CF. Grayscale: #7E7E7E. Windows color (decimal): -16005072 or 3196939. OLE color: 3196939.

HSL color Cylindrical-coordinate representation of color #0BC830: hue angle of 131.75º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC830 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 200 48 -
CMYK 0.94 0 0.76 0.22
HSL 131.75º 0.9% 0.41% -
HSV(B) 131.75º 0.95% 0.78% -
XYZ 21.33 41.59 9.7 -
YUV 126.16 83.88 45.86 -
System Red Green Blue C M Y K H S L
Decimal 11 200 48 0.94 0 0.76 0.22 131.75 0.9 0.41
Hex B C8 30 5E 0 4C 16 84 5A 29
Octal 13 310 60 136 0 114 26 204 132 51
Binary 1011 11001000 110000 1011110 0 1001100 10110 10000100 1011010 101001

Color Harmonies of #0BC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC830

Black with #0BC830

Text Example


Text Example

White with #0BC830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,200,48); }

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

background-color css

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

 a { background-color: rgb(11,200,48); }

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

border-color css

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

 span { border-color: rgb(11,200,48); }

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