#0BC735

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

Shades of Dark Pastel Green #0BC735

Tints of Dark Pastel Green #0BC735

Color information

#0BC735 (or 0x0BC735) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C7 and 35. RGB value is (11,199,53). Sum of RGB (Red+Green+Blue) = 11+199+53=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 199 (78.12% from 255 or 75.67% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC735 is #F438CA. Grayscale: #7E7E7E. Windows color (decimal): -16005323 or 3524363. OLE color: 3524363.

HSL color Cylindrical-coordinate representation of color #0BC735: hue angle of 133.4º 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 #0BC735 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1119953-
CMYK0.9400.730.22
HSL133.4º89.52%41.18%-
HSV(B)133.4º94.47%78.04%-
XYZ21.241.1810.2-
YUV126.1486.7245.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 199 (78.12% from 255) = 75.67%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=4.18%
G=75.67%
B=20.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11199530.9400.730.22133.489.5241.18
HexBC7355E04916855a29
Octal133076513601112620513251
Binary10111100011111010110111100100100110110100001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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