#0CB930

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

Shades of Dark Pastel Green #0CB930

Tints of Dark Pastel Green #0CB930

Color information

#0CB930 (or 0x0CB930) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B9 and 30. RGB value is (12,185,48). Sum of RGB (Red+Green+Blue) = 12+185+48=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB930 is #F346CF. Grayscale: #767676. Windows color (decimal): -15943376 or 3193100. OLE color: 3193100.

HSL color Cylindrical-coordinate representation of color #0CB930: hue angle of 132.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB930 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1218548-
CMYK0.9400.740.27
HSL132.49º87.82%38.63%-
HSV(B)132.49º93.51%72.55%-
XYZ18.0334.998.6-
YUV117.6588.6952.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 185 (72.66% from 255) = 75.51%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=4.90%
G=75.51%
B=19.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12185480.9400.740.27132.4987.8238.63
HexCB9305E04A1B845827
Octal142716013601123320413047
Binary11001011100111000010111100100101011011100001001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,48); }

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

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

 a { background-color: rgb(12,185,48); }

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

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

 span { border-color: rgb(12,185,48); }

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