#0CB73B

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

Shades of Dark Pastel Green #0CB73B

Tints of Dark Pastel Green #0CB73B

Color information

#0CB73B (or 0x0CB73B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B7 and 3B. RGB value is (12,183,59). Sum of RGB (Red+Green+Blue) = 12+183+59=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB73B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB73B is #F348C4. Grayscale: #767676. Windows color (decimal): -15943877 or 3913484. OLE color: 3913484.

HSL color Cylindrical-coordinate representation of color #0CB73B: hue angle of 136.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB73B is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1218359-
CMYK0.9300.680.28
HSL136.49º87.69%38.24%-
HSV(B)136.49º93.44%71.76%-
XYZ17.8734.269.81-
YUV117.7394.8552.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.72%
GREEN value IS 183 (71.88% from 255) = 72.05%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=4.72%
G=72.05%
B=23.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12183590.9300.680.28136.4987.6938.24
HexCB73B5D0441C885826
Octal142677313501043421013046
Binary11001011011111101110111010100010011100100010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,183,59); }

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

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

 a { background-color: rgb(12,183,59); }

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

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

 span { border-color: rgb(12,183,59); }

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