#0CBE2C

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

Shades of Dark Pastel Green #0CBE2C

Tints of Dark Pastel Green #0CBE2C

Color information

#0CBE2C (or 0x0CBE2C) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BE and 2C. RGB value is (12,190,44). Sum of RGB (Red+Green+Blue) = 12+190+44=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 190 (74.61% from 255 or 77.24% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE2C is #F341D3. Grayscale: #787878. Windows color (decimal): -15942100 or 2932236. OLE color: 2932236.

HSL color Cylindrical-coordinate representation of color #0CBE2C: hue angle of 130.79º degrees, saturation: 0.88, 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 #0CBE2C is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1219044-
CMYK0.9400.770.25
HSL130.79º88.12%39.61%-
HSV(B)130.79º93.68%74.51%-
XYZ19.0237.098.54-
YUV120.1385.0350.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 190 (74.61% from 255) = 77.24%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=4.88%
G=77.24%
B=17.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12190440.9400.770.25130.7988.1239.61
HexCBE2C5E04D19835828
Octal142765413601153120313050
Binary11001011111010110010111100100110111001100000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,44); }

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

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

 a { background-color: rgb(12,190,44); }

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

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

 span { border-color: rgb(12,190,44); }

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