#0CBE3B

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

Shades of Dark Pastel Green #0CBE3B

Tints of Dark Pastel Green #0CBE3B

Color information

#0CBE3B (or 0x0CBE3B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BE and 3B. RGB value is (12,190,59). Sum of RGB (Red+Green+Blue) = 12+190+59=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 190 (74.61% from 255 or 72.80% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE3B is #F341C4. Grayscale: #7A7A7A. Windows color (decimal): -15942085 or 3915276. OLE color: 3915276.

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

Color convert

RGB1219059-
CMYK0.9400.690.25
HSL135.84º88.12%39.61%-
HSV(B)135.84º93.68%74.51%-
XYZ19.3537.2210.3-
YUV121.8492.5349.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 190 (74.61% from 255) = 72.80%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=4.60%
G=72.80%
B=22.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12190590.9400.690.25135.8488.1239.61
HexCBE3B5E04519885828
Octal142767313601053121013050
Binary11001011111011101110111100100010111001100010001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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