#0BC035

Color #0BC035 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0BC035

Tints of Dark Pastel Green #0BC035

Color information

#0BC035 (or 0x0BC035) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C0 and 35. RGB value is (11,192,53). Sum of RGB (Red+Green+Blue) = 11+192+53=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC035 is #F43FCA. Grayscale: #7A7A7A. Windows color (decimal): -16007115 or 3522571. OLE color: 3522571.

HSL color Cylindrical-coordinate representation of color #0BC035: hue angle of 133.92º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC035 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1119253-
CMYK0.9400.720.25
HSL133.92º89.16%39.8%-
HSV(B)133.92º94.27%75.29%-
XYZ19.6338.039.67-
YUV122.0489.0348.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 192 (75.39% from 255) = 75%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=4.30%
G=75%
B=20.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11192530.9400.720.25133.9289.1639.8
HexBC0355E04819865928
Octal133006513601103120613150
Binary10111100000011010110111100100100011001100001101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,192,53); }

 H1.HeaderClassName
 {
   color: #0BC035;
 }
 .AnyTagClassName
 {
   color: #0BC035;
 }
</style>
background-color css

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

 a { background-color: rgb(11,192,53); }

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

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

 span { border-color: rgb(11,192,53); }

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